
安装依赖

最主要的就是最下面那行 说安装超时(timed out)
解决办法:

加一个镜像
更换 pip 源自国内镜像,在 pip install 后面添加 -i https://pypi.tuna.tsinghua.edu.cn/simple ,然后在后面加上所要安装的包。

成功!
解决办法:
更换 pip 源自国内镜像,在 pip install 后面添加 -i https://pypi.tuna.tsinghua.edu.cn/simple ,然后在后面加上所要安装的包。