We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 安装包的时候如 pip install shadowsocks,遇到了如下错误:
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 查看:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用 pip 安装包的时候如
pip install shadowsocks
,遇到了如下错误:这是因为 python 环境中没有 setuptools 这个包。安装上就可以了:
更具体的内容可在 Github Issues 查看:
The text was updated successfully, but these errors were encountered: