WINDOWS系统,就点击上面WINDOWS环境下的网址,下载那个64位MSI,我下载到的python运行的环境(你就当你的PYTHON运行程序的安装目录就行),虽然安装是英文,但是一直选默认就行,最后有个美元的四选一,我选的第二个没有数字的。 再次用pip安装模块就不报错了!!!
还有一种可能是,D:\anaconda\Library\bin下的libcrypto-1_1-x64.dll 文件被D:\anaconda\DLLs下的libssl-1_1-x64.dll所替换了。(如果之前没用DLL下的文件替换bin下的当我没说)
linux环境下
首先明确问题出现原因,是因为openssl版本过低或者不存在 so:
查看openssl安装包,发现缺少openssl-devel包
[root@localhost ~]# rpm -aq|grep openssl
openssl-0.9.8e-20.el5
openssl-0.9.8e-20.el5
[root@localhost ~]#
yum安装openssl-devel
[root@localhost ~]# yum install openssl-devel -y
查看安装结果
[root@localhost ~]# rpm -aq|grep openssl
openssl-0.9.8e-26.el5_9.1
openssl-0.9.8e-26.el5_9.1
openssl-devel-0.9.8e-26.el5_9.1
openssl-devel-0.9.8e-26.el5_9.1
重新对python3.6进行编译安装,用一下过程来实现编译安装:
cd Python-3.6.4
./configure --with-ssl
make
sudo make install
Windows环境下:
解决方法为到https://slproweb.com/products/Win32OpenSSL.html上下载winopessl,直接下载第一个MSI安装即可:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is
爬虫时遇到的问题安装requests库出错: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 解决方法:windos系统下: 在只安装Anaconda 想要在命令行里用pip安装一些爬虫必要的库时,出现报错解决方法:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
解决办法: brew update && brew upgrade brew uninstall --ignore-dependencies openssl; brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail
安装模块的时候,报错:pip is configured with locations that require TLS/SSL, however t=None, read=None, redirect=No...
Python之——pip is configured with locations that require TLS/SSL, however the ssl module in Python
转载请注明出处:https://blog.csdn.net/l1028386804/article/details/95938590问题:安装Python后,使用pip命令安装Python库,报错,如下:$ pip install numpypip is configured with locations that require TLS/SSL, however the ssl ...
成功解决WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python
成功解决WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.目录解决问题解决思路解决方法解决问题WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in ...
【解决pip不可用】windows/linux下python3pip is configured with locations that require TLS/SSL, however the..
文章目录路人神对话——导火索路人提醒问题linux环境下解决路人神对话——导火索大兄der长点心吧hhh主要原因网速慢别着急路人提醒路人甲WINDOWS系统,就点击上面WINDOWS环境下的网址,下载那个64位MSI,我下载到的python运行的环境(你就当你的PYTHON运行程序的安装目录就行),虽然安装是英文,但是一直选默认就行,最后有个美元的四选一,我选的第二个没有...
搭建docker-jenkins环境时提示WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
linux环境下 首先明确问题出现原因,是因为openssl版本过低或者不存在 so: 查看openssl安装包,发现缺少openssl-devel包 [root@localhost ~]# rpm -aq|grep openssl openssl-0.9.8e-20.el5 openssl-0.9 ...
linux下python3出现pip is configured with locations that require TLS/SSL, however the..不可用的解决方法
前言 CentOS8下安装了Python3.9.5,然后使用pipenv创建虚拟环境,安装第三方库时一直失败,并提示:pip is configured with locations that require TLS/SSL, however the..。上网找到解决办法并记录下来,防止后面再踩坑。 ...
linux环境python3出现pip is configured with locations that require TLS/SSL, however the..不可用的解决方法
首先明确问题出现原因,是因为openssl版本过低或者不存在 so: 查看openssl安装包,发现缺少openssl-devel包 [root@localhost ~]# rpm -aq|grep openssl openssl-0.9.8e-20.el5 openssl-0.9.8e-20.el