[
https://issues.apache.org/jira/browse/BEAM-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301853#comment-16301853
]
Ahmet Altay commented on BEAM-1954:
-----------------------------------
nose is required as part of setup packages, is this sufficient?
https://github.com/apache/beam/blob/37c0ffc1f3f039ae38dfc0321cca01e2ad84021c/sdks/python/setup.py#L116
> "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-core
> 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.4.14#64029)