2017年4月13日 星期四

[Python] AttributeError: 'X509' object has no attribute '_x509'

Troubleshooting steps
@檢查openssl 檔案
$ python -c 'import OpenSSL; print(OpenSSL.__version__)' 0.13.1 
$ python --version Python 2.7.10 
$ sw_vers ProductName: Mac OS X ProductVersion: 10.11.5 BuildVersion: 15F34
@重新安裝requests
sudo pip uninstall pyopenssl cryptography requests 
sudo pip install requests

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...