[
https://issues.apache.org/jira/browse/BEAM-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmet Altay resolved BEAM-842.
------------------------------
Resolution: Cannot Reproduce
Fix Version/s: Not applicable
> 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
> Fix For: Not applicable
>
>
> 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)