Guest User

Untitled

a guest
Dec 15th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. virtualenv --system-site-packages -p python3 ~/tensorflow
  2.  
  3. /Library/Frameworks/Python.framework/Versions/3.5/bin/python3
  4. Using base prefix '/Library/Frameworks/Python.framework/Versions/3.5'
  5. New python executable in /Users/xinhai/tensorflow/bin/python3
  6. Also creating executable in /Users/xinhai/tensorflow/bin/python
  7. Installing setuptools, pip, wheel...
  8. Complete output from command /Users/xinhai/tensorflow/bin/python3 - setuptools pip wheel:
  9. stringstringstringstringstringstringstringstring
  10. Traceback (most recent call last):
  11. File "<stdin>", line 7, in <module>
  12. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/__init__.py", line 5, in <module>
  13. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/logging/__init__.py", line 28, in <module>
  14. from string import Template
  15. ImportError: cannot import name 'Template'
  16.  
  17.  
  18. ...Installing setuptools, pip, wheel...done.
  19. Traceback (most recent call last):
  20. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv.py", line 2328, in <module>
  21. main()
  22. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv.py", line 713, in main
  23. symlink=options.symlink)
  24. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv.py", line 945, in create_environment
  25. download=download,
  26. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv.py", line 901, in install_wheel
  27. call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
  28. File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/virtualenv.py", line 797, in call_subprocess
  29. % (cmd_desc, proc.returncode))
  30. OSError: Command /Users/xinhai/tensorflow/bin/python3 - setuptools pip wheel failed with error code 1
Add Comment
Please, Sign In to add comment