Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-1813

--setup_file needs fuller-path

Details

    • Bug
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • sdk-py-core
    • None

    Description

      Running --setup_file setup.py fails:

        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: ''
      

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

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            mlambert Mike Lambert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: