gpt4 book ai didi

python - 虚拟环境无法运行 - setuptools pip 失败,错误代码为 2

转载 作者:太空宇宙 更新时间:2023-11-03 17:50:02 25 4
gpt4 key购买 nike

我想可能是因为目录中有空格,特别是文件夹“Program Files (x86)”。

人们认为这个错误是较新的 virtualenv 版本中的一个已知错误,但我不知道如何安装旧版本。显然版本 1.10.1 可以工作,但我不知道如何安装它..

我运行的是 Windows 7, pip 6.0.8, Django 1.7.7,虚拟环境 12.0.7,Python 3.4.3

当尝试运行 virtualenv env 命令时会发生这种情况..

G:\Program Files (x86)\Python34>virtualenv env
Using base prefix 'G:\\Program Files (x86)\\Python34'
New python executable in env\Scripts\python.exe
Installing setuptools, pip...
Complete output from command "G:\Program Files (x8...v\Scripts\python.exe" -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip:
Ignoring indexes: https://pypi.python.org/simple
Collecting setuptools
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
DEPRECATION: Implicitly allowing locations which are not hosted at a secure origin is deprecated and will require the use of --trusted-host in the future.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
This repository located at None is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with '--trusted-host None'.
Exception:
Traceback (most recent call last):
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\basecommand.py", line 232, in main
status = self.run(options, args)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\commands\install.py", line 339, in run
requirement_set.prepare_files(finder)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\req\req_set.py", line 333, in prepare_files
upgrade=self.upgrade,
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\index.py", line 351, in find_requirement
for page in self._get_pages(locations, req):
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\index.py", line 566, in _get_pages
page = self._get_page(location, req)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\index.py", line 783, in _get_page
return HTMLPage.get_page(link, req, session=self.session)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\index.py", line 872, in get_page
"Cache-Control": "max-age=600",
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\_vendor\requests\sessions.py", line 473, in get
return self.request('GET', url, **kwargs)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\download.py", line 365, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\_vendor\requests\sessions.py", line 461, in request
resp = self.send(prep, **send_kwargs)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\_vendor\requests\sessions.py", line 567, in send
adapter = self.get_adapter(url=request.url)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv_support\pip-6.0.8-py2.py3-none-any.whl\pip\_vendor\requests\sessions.py", line 646, in get_adapter
raise InvalidSchema("No connection adapters were found for '%s'" % url)
pip._vendor.requests.exceptions.InvalidSchema: No connection adapters were found for 'g:\Program'

----------------------------------------
...Installing setuptools, pip...done.
Traceback (most recent call last):
File "G:\Program Files (x86)\Python34\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "G:\Program Files (x86)\Python34\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "G:\Program Files (x86)\Python34\Scripts\virtualenv.exe\__main__.py", line 9, in <module>
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv.py", line 825, in main
symlink=options.symlink)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv.py", line 993, in create_environment
install_wheel(to_install, py_executable, search_dirs)
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv.py", line 961, in install_wheel
'PIP_NO_INDEX': '1'
File "G:\Program Files (x86)\Python34\lib\site-packages\virtualenv.py", line 903, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command "G:\Program Files (x8...v\Scripts\python.exe" -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 2

最佳答案

卸载Python 3.4并将Python 2.7安装到默认目录“C:/Python27”。重新安装了 pip 和 virtualenv。

现在创建 virtualenv 时一切正常。我猜是因为目录中有空格!

关于python - 虚拟环境无法运行 - setuptools pip 失败,错误代码为 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29246523/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com