解决安装虚拟环境出现的问题(OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resource
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决安装虚拟环境出现的问题(OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resource相关的知识,希望对你有一定的参考价值。
python3的报错解决:
OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resources pip wheel failed with error code 2
出现上面的这个错误,依次输入以下两个命令
成功更新后,再次安装虚拟环境,便可以安装成功了
python2的报错:
OSError: Command /root/.local/share/letsencrypt/bin/python2.7 - setuptools pkg_resources pip wheel failed with error code 2 #4062
[email protected]:~$ pip -V
pip 8.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)
[email protected]:~$ sudo pip install --upgrade pip
[email protected]:~$ mkvirtualenv datana
以上是关于解决安装虚拟环境出现的问题(OSError: Command /home/python/.virtua...ngo3_web/bin/python3 - setuptools pkg_resource的主要内容,如果未能解决你的问题,请参考以下文章
成功解决 OSError: libcusparse.so.11: cannot open shared object file: No such file or directory
成功解决 OSError: libcusparse.so.11: cannot open shared object file: No such file or directory
win10上 安装python环境遭遇OSError: raw write()
【Anaconda】conda创建虚拟环境不报错,但是虚拟环境无法生成的解决办法
pyinstaller打包torch出现OSError: could not get source codepkg_resources.DistributionNotFound