开发者社区> 问答> 正文

阿里云Ubuntu 16.04无法建立虚拟环境virtualenv,提示资源不存在

阿里云轻量应用服务器,Ubuntu 16.04系统,pip是最新版本,使用sudo apt install virtualenv成功安装了virtualenv。
当用virtualenv venv命令试图新建一个虚拟环境时,报如下错误。
我查看了常用的几个pypi镜像的均无simple/pkg-resources/路径,故可以排除是镜像连接的问题。
不知有何可能的原因?此问题在阿里云服务器上已出现多次提问列举如下,但均无有效的解决方案。

其它同样的问题有:
https://yq.aliyun.com/ask/56175?spm=a2c4e.11163080.searchask.26.2e802ec1iS4C4B
https://segmentfault.com/q/1010000008243346
http://blog.csdn.net/happycxz/article/details/77527301
https://s.amaprd.cc/yunqi/ask/56175

Log输出如下:
Running virtualenv with interpreter /usr/bin/python2

New python executable in /root/projects/Blog_mini/venv/bin/python2
Also creating executable in /root/projects/Blog_mini/venv/bin/python
Please make sure you remove any previous custom paths from your /root/.pydistutils.cfg file.
Installing setuptools, pkg_resources, pip, wheel...
  Complete output from command /root/projects/Blog_mini/venv/bin/python2 - setuptools pkg_resources pip wheel:
  Collecting setuptools
  Downloading http://mirrors.aliyun.com/pypi/packages/43/41/033a273f9a25cb63050a390ee8397acbc7eae2159195d85f06f17e7be45a/setuptools-38.5.1-py2.py3-none-any.whl (489kB)
Collecting pkg_resources
Exception:
Traceback (most recent call last):
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/commands/install.py", line 328, in run
    wb.build(autobuilding=True)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/wheel.py", line 748, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/req/req_set.py", line 360, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/req/req_set.py", line 512, in _prepare_file
    finder, self.upgrade, require_hashes)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/req/req_install.py", line 273, in populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 442, in find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 400, in find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 545, in _get_pages
    page = self._get_page(location)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 648, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/index.py", line 760, in get_page
    resp.raise_for_status()
  File "/root/projects/Blog_mini/venv/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/models.py", line 840, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 404 Client Error: Not Found for url: http://mirrors.aliyun.com/pypi/simple/pkg-resources/
----------------------------------------
...Installing setuptools, pkg_resources, pip, wheel...done.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 2363, in <module>
    main()
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 719, in main
    symlink=options.symlink)
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 988, in create_environment
    download=download,
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 918, in install_wheel
    call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 812, in call_subprocess
    % (cmd_desc, proc.returncode))
OSError: Command /root/projects/Blog_mini/venv/bin/python2 - setuptools pkg_resources pip wheel failed with error code 2

展开
收起
summer_x_sun 2018-03-05 12:22:12 5560 0
2 条回答
写回答
取消 提交回答
  • 修改~/.pip/pip.conf 为下可以解决问题
    1[global]
    2 #index-url=http://mirrors.aliyun.com/pypi/simple/
    3 index-url=http://e.pypi.python.org/simple
    4
    5 [install]
    6 trusted-host=mirrors.aliyun.com

    2019-07-17 22:00:37
    赞同 1 展开评论 打赏
  • 可能是阿里云的pypi源有问题,建议换一个源试试。
    pypi的源站在国外,而且不支持rsync同步,因此国内很多源都没同步好。

    2019-07-17 22:00:37
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
阿里云云原生 Serverless 技术实践营 PPT 演讲 立即下载
阿里云产品十月刊 立即下载
基于阿里云构建博学谷平台实时湖仓 立即下载