Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. virtualenv --system-site-packages -p python3 TensorFlow
  2. Running virtualenv with interpreter /usr/local/bin/python3
  3. Using base prefix '/usr/local'
  4. New python executable in /home/misiu/TensorFlow/bin/python3
  5. Not overwriting existing python script /home/misiu/TensorFlow/bin/python (you must use /home/misiu/TensorFlow/bin/python3)
  6. Installing setuptools, pkg_resources, pip, wheel...
  7. Complete output from command /home/misiu/TensorFlow/bin/python3 - setuptools pkg_resources pip wheel:
  8. Traceback (most recent call last):
  9. File "<stdin>", line 7, in <module>
  10. File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/__init__.py", line 16, in <module>
  11. File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/vcs/subversion.py", line 9, in <module>
  12. File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 30, in <module>
  13. File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/wheel.py", line 39, in <module>
  14. File "/home/misiu/TensorFlow/share/python-wheels/distlib-0.2.2-py2.py3-none-any.whl/distlib/scripts.py", line 14, in <module>
  15. File "/home/misiu/TensorFlow/share/python-wheels/distlib-0.2.2-py2.py3-none-any.whl/distlib/compat.py", line 66, in <module>
  16. ImportError: cannot import name 'HTTPSHandler'
  17. ----------------------------------------
  18. ...Installing setuptools, pkg_resources, pip, wheel...done.
  19. Traceback (most recent call last):
  20. File "/usr/lib/python3/dist-packages/virtualenv.py", line 2363, in <module>
  21. main()
  22. File "/usr/lib/python3/dist-packages/virtualenv.py", line 719, in main
  23. symlink=options.symlink)
  24. File "/usr/lib/python3/dist-packages/virtualenv.py", line 988, in create_environment
  25. download=download,
  26. File "/usr/lib/python3/dist-packages/virtualenv.py", line 918, in install_wheel
  27. call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
  28. File "/usr/lib/python3/dist-packages/virtualenv.py", line 812, in call_subprocess
  29. % (cmd_desc, proc.returncode))
  30. OSError: Command /home/misiu/TensorFlow/bin/python3 - setuptools pkg_resources pip wheel failed with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement