where is pyopenssl located?

Asked by Antien

how can i verofy the pyopenssl installed correctly?
after run pip3 install pyopenssl, I can 't verify the installation. pyopenssl still not access able??

Antien

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pyopenssl Edit question
Assignee:
No assignee Edit question
Solved by:
Antien
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

https://www.pyopenssl.org/en/stable/install.html

Has some commands to verify install

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
Antien (antienho) said :
#3

thank you, this answer will work if the installation is at python3 version and also pyopenssl is at the latest version 19.0.0.
If the version miss-matched. it will not work.
So to make sure the environment in sync. People should always check to ensure their software installation match to the recommendations, from OS to different library.

I finally upgrade the pyopenssl to version 19.0.0 and able to get thing going.

Thanks

Antien