MonkeyPatchWarning错误征求解决方案
程序员文章站
2022-05-21 11:57:38
# 报错:MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github....
# 报错:
MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6.
It may also silently lead to incorrect behaviour on Python 3.7.
Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016.
Modules that had direct imports (NOT patched):
['_shaded_thriftpy.transport._ssl (/Applications/PyCharm.app/Contents/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py)',
'urllib3.contrib.pyopenssl (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/contrib/pyopenssl.py)'].
monkey.patch_all()
还没有解决……
本文地址:https://blog.csdn.net/qq_40678779/article/details/107143752
推荐阅读
-
Android笔记整理之常见错误及解决方案汇总
-
ORA-12514及ORA-28547错误解决方案
-
FlashFXP 上传10055错误 无缓冲空间可用解决方案
-
Dreamweaver CS6 64位提示0xc000007b错误的解决方案
-
Codeigniter出现错误提示Error with CACHE directory的解决方案
-
SQL Server 2005数据库还原错误的经典解决方案
-
SQL Server 2005附加数据库时Read-Only错误的解决方案
-
SMTP客户端未通过身份验证等多种错误解决方案分享
-
连接MySQL报错误代码 ERROR 1045时的解决方案
-
卸载或安装Git出现Invalid drive错误的解决方案【简记】