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 install -i https://pypi.tuna.tsinghua.edu.cn/simple -U funcat
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U funcat
from pip.req import parse_requirements ImportError: No module named req
The text was updated successfully, but these errors were encountered:
安装失败? pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U funcat from pip.req import parse_requirements ImportError: No module named req
PIP 需要降级到 9.0.3版本
Sorry, something went wrong.
我遇到类似的问题:
from pip.req import parse_requirements ImportError: cannot import name 'parse_requirements'
目前 pip 是最新版本 19.0.3
降级啊,好吧,看错了
No branches or pull requests
安装失败?
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U funcat
The text was updated successfully, but these errors were encountered: