QSslSocket: cannot call unresolved function SSLv23_client_method
Tofloor
poster avatar
junmoxiao
deepin
2018-03-15 17:27
Author
这两天开始学pyqt5,运行eric之后老是会报错
  1. QSslSocket: cannot call unresolved function SSLv23_client_method
Copy the Code


插件安装这些涉及到网络的功能也用不了
网上搜了一波,如下即可解决
  1. sudo apt install libssl1.0-dev
Copy the Code


对了,eric新版出了,源里的该更新了
Reply Favorite View the author
All Replies

No replies yet