https://blog.csdn.net/zhang_han666/article/details/88286010
看了很多解決問題的博客,親測通過更換國內安裝源和設置超時時間可以解決。
在pip install XXX
命令的后面加上--default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple
即可。
pip install robotframework-httplibrary --default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple