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
原因在于 Pipfile 文件中指定使用官方源锁定依赖,导致速度过慢,解决方案自然是更换国内源。 清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/ 更改文件 Pipfile
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
Pipfile
替换 url = "https://pypi.org/simple" 为 url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
url = "https://pypi.org/simple"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
The text was updated successfully, but these errors were encountered:
如果需要换源 ,需要删除之前的配置文件和.env文件夹,重新初始化
Sorry, something went wrong.
No branches or pull requests
原因在于 Pipfile 文件中指定使用官方源锁定依赖,导致速度过慢,解决方案自然是更换国内源。
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
更改文件
Pipfile
替换
url = "https://pypi.org/simple"
为
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
The text was updated successfully, but these errors were encountered: