Advertisement
Guest User

Untitled

a guest
Mar 29th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. C:\Users\Kevin>py -3.5 -m pip install pyinstaller
  2. Collecting pyinstaller
  3. Downloading PyInstaller-3.3.1.tar.gz (3.5MB)
  4. 100% |################################| 3.5MB 64kB/s
  5. Requirement already satisfied: setuptools in c:\programming\python 3.5\lib\site-packages (from pyinstaller)
  6. Collecting pefile>=2017.8.1 (from pyinstaller)
  7. Downloading pefile-2017.11.5.tar.gz (61kB)
  8. 100% |################################| 71kB 237kB/s
  9. Collecting macholib>=1.8 (from pyinstaller)
  10. Downloading macholib-1.9-py2.py3-none-any.whl (40kB)
  11. 100% |################################| 40kB 213kB/s
  12. Collecting future (from pyinstaller)
  13. Downloading future-0.16.0.tar.gz (824kB)
  14. 100% |################################| 829kB 197kB/s
  15. Collecting pypiwin32 (from pyinstaller)
  16. Downloading pypiwin32-223-py3-none-any.whl
  17. Collecting altgraph>=0.15 (from macholib>=1.8->pyinstaller)
  18. Downloading altgraph-0.15-py2.py3-none-any.whl
  19. Collecting pywin32>=223 (from pypiwin32->pyinstaller)
  20. Downloading pywin32-223-cp35-cp35m-win32.whl (8.3MB)
  21. 100% |################################| 8.3MB 32kB/s
  22. Installing collected packages: future, pefile, altgraph, macholib, pywin32, pypiwin32, pyinstaller
  23. Running setup.py install for future ... done
  24. Running setup.py install for pefile ... done
  25. Running setup.py install for pyinstaller ... done
  26. Successfully installed altgraph-0.15 future-0.16.0 macholib-1.9 pefile-2017.11.5 pyinstaller-3.3.1 pypiwin32-223 pywin32-223
  27. You are using pip version 9.0.1, however version 9.0.3 is available.
  28. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  29.  
  30. C:\Users\Kevin>py -3.5 -c "import pyinstaller"
  31. Traceback (most recent call last):
  32. File "<string>", line 1, in <module>
  33. ImportError: No module named 'pyinstaller'
  34.  
  35. C:\Users\Kevin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement