Created
November 21, 2017 14:28
-
-
Save dbolser/ba985216a50728b884b54441f01b77df 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
[dbolser@ebi-cli-001 Solidi]$ ../virtualenv-1.5.2/virtualenv.py --no-site-packages myenv | |
New python executable in myenv/bin/python | |
Installing setuptools..................... | |
Complete output from command /nfs/production/panda/ensemblg...ython -c "#!python | |
\"\"\"Bootstrap setuptoo... | |
" --always-copy -U setuptools: | |
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg | |
Traceback (most recent call last): | |
File "<string>", line 278, in <module> | |
File "<string>", line 210, in main | |
File "<string>", line 158, in download_setuptools | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 154, in urlopen | |
return opener.open(url, data, timeout) | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 435, in open | |
response = meth(req, response) | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 548, in http_response | |
'http', request, response, code, msg, hdrs) | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 473, in error | |
return self._call_chain(*args) | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 407, in _call_chain | |
result = func(*args) | |
File "/nfs/software/ensembl/RHEL7-JUL2017-core2/pyenv/versions/2.7.12/lib/python2.7/urllib2.py", line 556, in http_error_default | |
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) | |
urllib2.HTTPError: HTTP Error 403: SSL is required | |
---------------------------------------- | |
...Installing setuptools...done. | |
Traceback (most recent call last): | |
File "../virtualenv-1.5.2/virtualenv.py", line 1649, in <module> | |
main() | |
File "../virtualenv-1.5.2/virtualenv.py", line 558, in main | |
prompt=options.prompt) | |
File "../virtualenv-1.5.2/virtualenv.py", line 654, in create_environment | |
install_setuptools(py_executable, unzip=unzip_setuptools) | |
File "../virtualenv-1.5.2/virtualenv.py", line 384, in install_setuptools | |
_install_req(py_executable, unzip) | |
File "../virtualenv-1.5.2/virtualenv.py", line 360, in _install_req | |
cwd=cwd) | |
File "../virtualenv-1.5.2/virtualenv.py", line 624, in call_subprocess | |
% (cmd_desc, proc.returncode)) | |
OSError: Command /nfs/production/panda/ensemblg...ython -c "#!python | |
\"\"\"Bootstrap setuptoo... | |
" --always-copy -U setuptools failed with error code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment