You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/04/06 17:20:42 UTC

[jira] [Commented] (BEAM-842) dependency.py: package not found when running on Windows

    [ https://issues.apache.org/jira/browse/BEAM-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959355#comment-15959355 ] 

Ahmet Altay commented on BEAM-842:
----------------------------------

[~matthiasa4] Are you still able to reproduce this? If yes, could you add more information?

> dependency.py: package not found when running on Windows
> --------------------------------------------------------
>
>                 Key: BEAM-842
>                 URL: https://issues.apache.org/jira/browse/BEAM-842
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>         Environment: Windows 10, Python 2.7.11
>            Reporter: Matthias Baetens
>            Priority: Minor
>              Labels: newbie
>
> When having splitting your pipeline into multiple files and configuring your project according to the Juliaset example (https://cloud.google.com/dataflow/pipelines/dependencies-python#multiple-file-dependencies), the Pipeline still crashes when using Windows.
> This is caused by setuptools defaulting to a .zip on Windows, and the current Beam code looks for a .tar.gz (dependency.py, line 400). When changing this line to: output_files = glob.glob(os.path.join(temp_dir, '*.zip')), it works. 
> Suggestion: checking the OS would probably solve this issue. 



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