#2958 closed defect (fixed)

Travis pyinstaller integration test job is failing

Reported by: exarkun Owned by: exarkun
Priority: supercritical Milestone: undecided
Component: dev-infrastructure Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

  Traceback (most recent call last):
    File "/Users/travis/build/tahoe-lafs/tahoe-lafs/.tox/pyinstaller/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
      main()
    File "/Users/travis/build/tahoe-lafs/tahoe-lafs/.tox/pyinstaller/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "/Users/travis/build/tahoe-lafs/tahoe-lafs/.tox/pyinstaller/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py", line 54, in get_requires_for_build_wheel
      return hook(config_settings)
    File "/private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-build-env-JA4ojb/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 115, in get_requires_for_build_wheel
      return _get_build_requires(config_settings, requirements=['wheel'])
    File "/private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-build-env-JA4ojb/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 101, in _get_build_requires
      _run_setup()
    File "/private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-build-env-JA4ojb/overlay/lib/python2.7/site-packages/setuptools/build_meta.py", line 85, in _run_setup
      exec(compile(code, __file__, 'exec'), locals())
    File "setup.py", line 20, in <module>
      from PyInstaller import __version__ as version, HOMEPATH, PLATFORM
  ImportError: No module named PyInstaller

https://github.com/pypa/pip/issues/6163

Change History (4)

comment:1 Changed at 2019-01-23T19:15:47Z by exarkun

  • Owner set to exarkun
  • Status changed from new to assigned

comment:2 Changed at 2019-01-23T23:10:11Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In 1db86c6/trunk:

Merge pull request #536 from tahoe-lafs/2958.pip-vs-pyinstaller-vs-pep517

Get pip 19 and pyinstaller 3.4 working together

Fixes ticket:2958

comment:3 Changed at 2019-01-25T14:11:54Z by exarkun

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopened in 79ecea6823461d6cf859252ef437ed003ecc2f60 because the fix didn't actually work.

comment:4 Changed at 2019-01-25T17:26:43Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from reopened to closed

In c73c32d/trunk:

Merge pull request #540 from tahoe-lafs/2958.no-build-isolation

Fix the macOS pyinstaller travis job

Fixes: ticket:2958

Note: See TracTickets for help on using tickets.