Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip 安装包出错: Could not import setuptools #28

Open
nodejh opened this issue Feb 10, 2017 · 0 comments
Open

pip 安装包出错: Could not import setuptools #28

nodejh opened this issue Feb 10, 2017 · 0 comments

Comments

@nodejh
Copy link
Owner

nodejh commented Feb 10, 2017

使用 pip 安装包的时候如 pip install shadowsocks,遇到了如下错误:

Could not import setuptools which is required to install from a source distribution.
Please install setuptools.

这是因为 python 环境中没有 setuptools 这个包。安装上就可以了:

$ pip install -U setuptools

更具体的内容可在 Github Issues 查看:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant