Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Collecting pyinstaller
  2. Using cached https://files.pythonhosted.org/packages/03/32/0e0de593f129bf1d1e77eed562496d154ef4460fd5cecfd78612ef39a0cc/PyInstaller-3.4.tar.gz
  3. Installing build dependencies ... done
  4. Getting requirements to build wheel ... error Complete output from command C:\Users\Laura\AppData\Local\Programs\Python\Python37\python.exe C:\Users\Laura\AppData\Local\Programs\Python\Python37\lib\site-packages\pip\_vendor\pep517\_in_process.py get_requires_for_build_wheel C:\Users\Laura\AppData\Local\Temp\tmp478u2kf1:
  5. Traceback (most recent call last): File "C:\Users\Laura\AppData\Local\Programs\Python\Python37\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 207, in <module>
  6. main()
  7. File "C:\Users\Laura\AppData\Local\Programs\Python\Python37\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 197, in main
  8. json_out['return_val'] = hook(**hook_input['kwargs'])
  9. File "C:\Users\Laura\AppData\Local\Programs\Python\Python37\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 54, in get_requires_for_build_wheel
  10. return hook(config_settings)
  11. File "C:\Users\Laura\AppData\Local\Temp\pip-build-env-b0y2apar\overlay\Lib\site-packages\setuptools\build_meta.py", line 130, in get_requires_for_build_wheel
  12. return self._get_build_requires(config_settings, requirements=['wheel'])
  13. File "C:\Users\Laura\AppData\Local\Temp\pip-build-env-b0y2apar\overlay\Lib\site-packages\setuptools\build_meta.py", line 112, in _get_build_requires
  14. self.run_setup()
  15. File "C:\Users\Laura\AppData\Local\Temp\pip-build-env-b0y2apar\overlay\Lib\site-packages\setuptools\build_meta.py", line 126, in run_setup
  16. exec(compile(code, __file__, 'exec'), locals())
  17. File "setup.py", line 20, in <module>
  18. from PyInstaller import __version__ as version, HOMEPATH, PLATFORM
  19. ModuleNotFoundError: No module named 'PyInstaller'
  20.  
  21. ----------------------------------------
  22. Command "C:\Users\Laura\AppData\Local\Programs\Python\Python37\python.exe C:\Users\Laura\AppData\Local\Programs\Python\Python37\lib\site-packages\pip\_vendor\pep517\_in_process.py get_requires_for_build_wheel C:\Users\Laura\AppData\Local\Temp\tmp478u2kf1" failed with error code 1 in C:\Users\Laura\AppData\Local\Temp\pip-install-4eka2nfr\pyinstaller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement