Advertisement
Guest User

Untitled

a guest
Jun 16th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. python3 get-pip.py
  2. Traceback (most recent call last):
  3. File "get-pip.py", line 24311, in <module>
  4. main()
  5. File "get-pip.py", line 139, in main
  6. bootstrap(tmpdir=tmpdir)
  7. File "get-pip.py", line 115, in bootstrap
  8. monkeypatch_for_cert(tmpdir)
  9. File "get-pip.py", line 96, in monkeypatch_for_cert
  10. from pip._internal.commands.install import InstallCommand
  11. File "/tmp/tmpdkg2g4ai/pip.zip/pip/_internal/commands/__init__.py", line 9, in <module>
  12. File "/tmp/tmpdkg2g4ai/pip.zip/pip/_internal/cli/base_command.py", line 12, in <module>
  13. File "/tmp/tmpdkg2g4ai/pip.zip/pip/_internal/cli/cmdoptions.py", line 21, in <module>
  14. File "/tmp/tmpdkg2g4ai/pip.zip/pip/_vendor/packaging/utils.py", line 9, in <module>
  15. File "/tmp/tmpdkg2g4ai/pip.zip/pip/_vendor/packaging/tags.py", line 7, in <module>
  16. ModuleNotFoundError: No module named 'distutils.util'
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement