You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Sourabh Bajaj (JIRA)" <ji...@apache.org> on 2017/05/02 23:21:04 UTC

[jira] [Updated] (BEAM-1954) "test" extra need nose in the requirements list

     [ https://issues.apache.org/jira/browse/BEAM-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sourabh Bajaj updated BEAM-1954:
--------------------------------
    Labels: newbie  (was: )

> "test" extra need nose in the requirements list
> -----------------------------------------------
>
>                 Key: BEAM-1954
>                 URL: https://issues.apache.org/jira/browse/BEAM-1954
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>    Affects Versions: 0.6.0
>            Reporter: Marc Boissonneault
>            Assignee: Ahmet Altay
>            Priority: Minor
>              Labels: newbie
>
> When installing beam with pip:
> {code}
> pip install apache-beam[gcp,test]==0.6.0
> {code}
> And trying to use the TestPipeline:
> {code}
> from apache_beam.test_pipeline import TestPipeline
> {code}
> We receive the following error:
> {panel}
> from nose.plugins.skip import SkipTest
> ImportError: No module named nose.plugins.skip
> {panel}
> Once nose is installed everything works as expected
> See: https://github.com/apache/beam/blob/master/sdks/python/setup.py#L100-L102



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)