Advertisement
RobertBerger

Untitled

Aug 26th, 2021
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. root@multi-v7-ml:/tmp# pip install pyinstaller
  2. -sh: pip: command not found
  3. root@multi-v7-ml:/tmp# pip
  4. pip3 pip3.9 pip_stress
  5. root@multi-v7-ml:/tmp# pip
  6. pip3 pip3.9 pip_stress
  7. root@multi-v7-ml:/tmp# pip3 install pyinstaller
  8. Collecting pyinstaller
  9. Downloading pyinstaller-4.5.1.tar.gz (2.7 MB)
  10. |████████████████████████████████| 2.7 MB 1.0 MB/s
  11. Installing build dependencies ... done
  12. Getting requirements to build wheel ... done
  13. Preparing wheel metadata ... done
  14. Collecting pyinstaller-hooks-contrib>=2020.6
  15. Downloading pyinstaller_hooks_contrib-2021.3-py2.py3-none-any.whl (200 kB)
  16. |████████████████████████████████| 200 kB 5.5 MB/s
  17. Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (from pyinstaller) (56.0.0)
  18. Collecting altgraph
  19. Downloading altgraph-0.17-py2.py3-none-any.whl (21 kB)
  20. Building wheels for collected packages: pyinstaller
  21. Building wheel for pyinstaller (PEP 517) ... done
  22. Created wheel for pyinstaller: filename=pyinstaller-4.5.1-py3-none-any.whl size=2618934 sha256=f6d4a0e66e622cb48d478bd828341235cc18f61c4e1dc6fc482f2d9d9448d07c
  23. Stored in directory: /home/root/.cache/pip/wheels/28/23/6a/19f72e20f5af1e637ef7e34185e2ee64469826c8543f7e90f6
  24. Successfully built pyinstaller
  25. Installing collected packages: pyinstaller-hooks-contrib, altgraph, pyinstaller
  26. Successfully installed altgraph-0.17 pyinstaller-4.5.1 pyinstaller-hooks-contrib-2021.3
  27. root@multi-v7-ml:/tmp#
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement