Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. C:\Users\АРТЕМ>pip install pyinstaller
  2. Collecting pyinstaller
  3. Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
  4. Installing build dependencies ... done
  5. Getting requirements to build wheel ... done
  6. Preparing wheel metadata ... error
  7. Complete output from command c:\users\артем\appdata\local\programs\python\python37-32\python.exe c:\users\артем\appdata\local\programs\python\python37-32\lib\site-packages\pip\_vendor\pep517\_in_process.py prepare_metadata_for_build_wheel C:\Users\3AEA~1\AppData\Local\Temp\tmp8wfc4e4l:
  8. running dist_info
  9. creating C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info
  10. writing C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\PKG-INFO
  11. writing dependency_links to C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\dependency_links.txt
  12. writing entry points to C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\entry_points.txt
  13. writing requirements to C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\requires.txt
  14. writing top-level names to C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\top_level.txt
  15. writing manifest file 'C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\SOURCES.txt'
  16. reading manifest file 'C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\SOURCES.txt'
  17. reading manifest template 'MANIFEST.in'
  18. Error in sitecustomize; set PYTHONVERBOSE for traceback:
  19. SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xe0 in position 0: invalid continuation byte (sitecustomize.py, line 7)
  20. no previously-included directories found matching 'bootloader\build'
  21. no previously-included directories found matching 'bootloader\.waf-*'
  22. no previously-included directories found matching 'bootloader\.waf3-*'
  23. no previously-included directories found matching 'bootloader\waf-*'
  24. no previously-included directories found matching 'bootloader\waf3-*'
  25. no previously-included directories found matching 'bootloader\_sdks'
  26. no previously-included directories found matching 'bootloader\.vagrant'
  27. warning: no previously-included files found matching 'bootloader\.lock-waf*'
  28. no previously-included directories found matching 'doc\source'
  29. no previously-included directories found matching 'doc\_build'
  30. warning: no previously-included files matching '*.tmp' found under directory 'doc'
  31. warning: no files found matching 'news\_template.rst'
  32. no previously-included directories found matching 'news'
  33. no previously-included directories found matching 'old'
  34. no previously-included directories found matching 'scripts'
  35. no previously-included directories found matching 'tests\scripts'
  36. no previously-included directories found matching '.github'
  37. warning: no previously-included files found matching '.*'
  38. warning: no previously-included files found matching '*.yml'
  39. warning: no previously-included files found matching '*~'
  40. warning: no previously-included files found matching '.directory'
  41. writing manifest file 'C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.egg-info\SOURCES.txt'
  42. creating 'C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller\pip-wheel-metadata\PyInstaller.dist-info'
  43. error: invalid command 'bdist_wheel'
  44.  
  45. ----------------------------------------
  46. Command "c:\users\артем\appdata\local\programs\python\python37-32\python.exe c:\users\артем\appdata\local\programs\python\python37-32\lib\site-packages\pip\_vendor\pep517\_in_process.py prepare_metadata_for_build_wheel C:\Users\3AEA~1\AppData\Local\Temp\tmp8wfc4e4l" failed with error code 1 in C:\Users\3AEA~1\AppData\Local\Temp\pip-install-9_l11meh\pyinstaller
  47. You are using pip version 19.0.3, however version 19.1.1 is available.
  48. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement