我在pip install paddlepaddle时出现报错
Could not fetch URL https://pypi.mirrors.ustc.edu.cn/simple/paddlepaddle/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.mirrors.ustc.edu.cn', port=443): Max retries exceeded with url: /simple/paddlepaddle/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)'))) - skipping
我在看了教程后分别改用过清华、阿里、豆瓣、中国科技大学的镜像,但仍旧出现这个报错。想请教一下该怎么办。
你是不是开了翻墙。→_→
输入pip install xxx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 试试
而且别忘了确保你python的版本是和这个库相匹配的