Could not fetch URL https://pypi.org/simple/tesserocr

安装tesserocr库时出现以下问题:(如图)

Could not fetch URL https://pypi.org/simple/tesserocr/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org‘, port=443): Max retries exceeded with url: /simple/tesserocr/ (Caused by SSLError("Can‘t connect to HTTPS URL because the SSL module is not available.")) - skipping

常用解决办法: py -3 -m pip --trusted-host pypi.python.org install + 库名

其他方法参考:https://www.cnblogs.com/mumuluo/p/11308468.html

原文地址:https://www.cnblogs.com/qihuang94/p/12115234.html

时间: 2024-11-13 07:51:19

Could not fetch URL https://pypi.org/simple/tesserocr的相关文章

mac 下pip安装python三方库的时候提示 Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a problem confirming the ssl certificate:......

有什么问题记得留言,大家一起分享遇到过的大坑 我这边是换了一个镜像就好了,具体操作步骤如下(我是MAC): ~:mkdir .pip ~:cd .pip ~:vi pip.conf 将以下内容放入文件pip.conf中 [global] timeout = 6000 index-url = http://pypi.douban.com/simple/ [install] use-mirrors = true mirrors = http://pypi.douban.com/simple/ tru

Failed to fetch URl https://dl-ssl.google.com/android/repository/addo Android SDK更新以及ADT更新出现问题的解决办法

Failed to fetch URl https://dl-ssl.google.com/android/repository/addo Android SDK更新以及ADT更新出现问题的解决办法

【Android Studio】Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connect

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused 解决办法:更新sdk,遇到 Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason:.....

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connecti

使用SDK Manager更新时出现问题 Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:

Failed to fetch URL https://dl-ssl.google.com CPU acceleration status: HAX kernel module is not installed!

1.打开C:/WINDOWS/system32/drivers/etc中的hosts文件  在最后一行添加74.125.237.1 dl-ssl.google.com 2.如果仍然链接失败 就打开SDK Manager.exe,选中tool栏,点Android SDK Manager ,在下面Force https://...sources to be fetched using http://... 打上勾就行了,这个主要是把受保护的协议 https 转成普通http 3.仍然失败,继续尝试如

关于Android sdk有事安装出现报Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml错误的问题 只要两部就可以搞定

第一步 Windows 系统hosts位于 C:\Windows\System32\drivers\etc\hosts Android(安卓)系统hosts位于 /system/etc/hosts Mac(苹果电脑)系统hosts跟Linux一样位于 /etc/hosts iPhone(iOS)系统hosts跟Linux Mac一样位于 /etc/hosts Linux系统hosts位于 /etc/hosts 第二步 链接:http://pan.baidu.com/s/1c2uZ3sk 密码:m

pip install 报错 Could not fetch URL

Could not fetch URL https://pypi.python.org/simple/xxx/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping Could not find a version that satisfies the requirement xx

android SDK Manager更新不了,出现错误提示:"Failed to fetch URL..."!

可以用以下办法解决: 使用SDK Manager更新时出现问题 Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.x

关于android SDK安装Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml出错二

近日,因为某些原因,大家在使用Android SDK升级的时候,出现了访问Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml 的情况.按照我之前给大家提供的方案:详细 已经没办法继续使用了,这个时候,别慌. 其实当你看到这篇文章的时候,https://www.google.com.hk是已经访问不了了.具体原因,不便解释,你只要明白443端口已经over了. 好了,我现在很正经的说说怎