Opened at 2019-01-23T19:15:40Z
Closed at 2019-01-25T17:26:43Z
#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
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
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:
Note: See
TracTickets for help on using
tickets.
In 1db86c6/trunk: