生成证书密钥RequestsDependencyWarning:Old version of cryptography ([1, 2, 3]) may cause slowdown.
生活随笔
收集整理的這篇文章主要介紹了
生成证书密钥RequestsDependencyWarning:Old version of cryptography ([1, 2, 3]) may cause slowdown.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
安裝好tensorflow后,每次導入的時候(import tensorflow)都會提示:
RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slow down.
原因很明顯,cryptography版本太老了。雖然對運行代碼影響不是很大,但是我實在是無法忍受每次導入tensorflow時出現這煩人的提示。
解決辦法:更新版本咯!
在終端輸入:
sudo pip install --upgrade cryptography
你以為到此就解決問題了嗎?很不幸,更新cryptography后會出現新問題。
當你再去導入tensorflow時,系統會提示:
AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
WTF?怎么辦?
解決辦法:
?sudo python -m easy_install --upgrade pyOpenSSL
到此,問題解決了 ^_ ^?
總結
以上是生活随笔為你收集整理的生成证书密钥RequestsDependencyWarning:Old version of cryptography ([1, 2, 3]) may cause slowdown.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python3bytes转16进制字符(
- 下一篇: shell遍历文件夹