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

pipenv 安装第三方库时卡住 #9

Open
program-spiritual opened this issue Feb 11, 2019 · 1 comment
Open

pipenv 安装第三方库时卡住 #9

program-spiritual opened this issue Feb 11, 2019 · 1 comment
Labels
帮助通告 需要特别注意

Comments

@program-spiritual
Copy link
Owner

原因在于 Pipfile 文件中指定使用官方源锁定依赖,导致速度过慢,解决方案自然是更换国内源。
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
更改文件 Pipfile

替换
url = "https://pypi.org/simple"

url = "https://pypi.tuna.tsinghua.edu.cn/simple/"

@program-spiritual
Copy link
Owner Author

如果需要换源 ,需要删除之前的配置文件和.env文件夹,重新初始化

@program-spiritual program-spiritual added the 帮助通告 需要特别注意 label Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
帮助通告 需要特别注意
Projects
None yet
Development

No branches or pull requests

1 participant