It looks like you're new here. If you want to get involved, click one of these buttons!
pip install pyopenssl
module 'lib' has no attribute 'SSL_CTX_set_ecdh_auto'
pip install pyopenssl --upgrade
pip install pyopenssl
I was getting an error while importing kiteconnect this was resolved when I upgraded pyopenssl from v20 to v23 using:
pip install pyopenssl --upgrade