美文网首页
OSError-setuptools pkg_resources

OSError-setuptools pkg_resources

作者: 大号扁平脸 | 来源:发表于2018-04-02 09:58 被阅读0次

执行virtualenv --system-site-packages venv命令时报错:
OSError: Command /home/xxx/n...ect/venv/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1

解决方法:
命令行输入

export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"

相关文章

网友评论

      本文标题:OSError-setuptools pkg_resources

      本文链接:https://www.haomeiwen.com/subject/xijthftx.html