Created
May 1, 2015 19:14
-
-
Save natea/8414c39fd52e69d4a5b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkvirtualenv -p /usr/local/bin/python3 djangonv | |
Running virtualenv with interpreter /usr/local/bin/python3 | |
Using base prefix '/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4' | |
New python executable in djangonv/bin/python3.4 | |
Also creating executable in djangonv/bin/python | |
Installing setuptools, pip... | |
Complete output from command /Users/nateaune/.vir...angonv/bin/python3.4 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/usr/local/lib/python2.7/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl/pip/__init__.py", line 10, in <module> | |
File "/usr/local/lib/python2.7/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl/pip/util.py", line 18, in <module> | |
File "/usr/local/lib/python2.7/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/distlib/version.py", line 14, in <module> | |
File "/usr/local/lib/python2.7/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl/pip/_vendor/distlib/compat.py", line 66, in <module> | |
ImportError: cannot import name 'HTTPSHandler' | |
---------------------------------------- | |
...Installing setuptools, pip...done. | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 2338, in <module> | |
main() | |
File "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 824, in main | |
symlink=options.symlink) | |
File "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 992, in create_environment | |
install_wheel(to_install, py_executable, search_dirs) | |
File "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 960, in install_wheel | |
'PIP_NO_INDEX': '1' | |
File "/usr/local/lib/python2.7/site-packages/virtualenv.py", line 902, in call_subprocess | |
% (cmd_desc, proc.returncode)) | |
OSError: Command /Users/nateaune/.vir...angonv/bin/python3.4 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment