You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mike Lambert (JIRA)" <ji...@apache.org> on 2017/03/26 18:04:41 UTC

[jira] [Created] (BEAM-1813) --setup_file needs fuller-path

Mike Lambert created BEAM-1813:
----------------------------------

             Summary: --setup_file needs fuller-path
                 Key: BEAM-1813
                 URL: https://issues.apache.org/jira/browse/BEAM-1813
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Mike Lambert
            Assignee: Ahmet Altay
            Priority: Minor


Running {{--setup_file setup.py}} fails:

{noformat}
  File "/Users/lambert/Projects/dancedeets-monorepo/dataflow/lib/apache_beam/runners/dataflow/internal/dependency.py", line 402, in _build_setup_package
    os.chdir(os.path.dirname(setup_file))
OSError: [Errno 2] No such file or directory: ''
{noformat}

Mainly, because it's attempting to do os.chdir('').

Running {{--setup_file ./setup.py}} works fine.



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