赞
踩
1.超时
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
解决方法:安装时加源
pip install transformers==4.30.2 https://pypi.tuna.tsinghua.edu.cn/simple
2.出现下一个问题
ERROR: Cannot unpack file C:\Users\DELL\AppData\Local\Temp\pip-unpack-yl0tspo4\simple.html (downloaded from C:\Users\DELL\AppData\Local\Temp\pip-req-build-3nthpk8p, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\DELL\AppData\Local\Temp\pip-req-build-3nthpk8p
解决方法:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --tr
usted-host pypi.tuna.tsinghua.edu.cn transformers==4.30.2
成功!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。