Open Kamigaku opened 1 year ago
No, I don't have much idea about this. AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
This denotes that OpenSSL_add_all_algorithms()
does not have that method. I think you should check if this version of lib
has that method,
I was facing the same issue today when running this library so I updated selenium, and selenium-wire to the latest version and that fixed the issue.
Hello,
I would like to use the lib to do some dev with it but i'm facing issues even launching a project with it. My project is built with poetry so i'm handling the libs through this tool. My config file looks like this:
When i'm launching the project with a simple import of your solution, i'm getting this error:
I've read on multiple spot on the internet (and even on your facebook scrapper project) that the issue might comes from the "PyOpenSSL" package and i've downgraded its version to "21.0.0" using poetry and the error changes to:
Any idea what might cause it? I've got a friend that is also having the same issue. I'm using python version 3.10.0
Thanks!