tflearn - <type'exception.attributeerror'=“”>:'module'对象没有属性'PROTOCOL_SSLv3'

时间:2018-01-10 13:35:46

标签: python ubuntu tflearn

尝试在python for tflearn中执行帮助的基本操作时出现此错误。

我想知道这是什么原因以及如何解决它。

谢谢!

Python 2.7.12 (default, Nov 20 2017, 18:23:56) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help('tflearn')
problem in tflearn - <type 'exceptions.AttributeError'>: 'module' object has no attribute 'PROTOCOL_SSLv3'

1 个答案:

答案 0 :(得分:0)

在互联网上搜索的两种可能的解决方案:

sudo pip install --upgrade requests

这将升级requests包,修复与此软件包的旧版本相关的问题。

升级以下软件包解决了其他人的问题:

sudo pip install --upgrade beautifulsoup4
sudo pip install --upgrade html5lib
sudo pip install spry

我希望它有所帮助。