-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyO3 error #9719
Comments
Are you able to reproduce this if you install from git? I think this may have been fixed by PyO3/pyo3#3446, which was just incorporated yesterday. |
I have centos7, I have installed Rust, cargo and newer openssl version according to: I am trying with:
but I now get:
So I am not sure if I installed it right... |
Btw when I installed the pip package I have got confirmation: |
However my suspicion has turned to python-cov package now. In case you are interested, since I am still not sure, which package exactly causes it (python-cov or both jsonschema and cryptography), you can check out the reproducer here pytest-dev/pytest-cov#614. |
We use |
Just pytest-cov |
I believe this is a duplicate of #9016 |
I had to downgrade back to 40.0.2 version because in newer versions I got these errors when running tests with pytest. Is PyO3 some dependency? What could be the problem? Dunno how make newer versions work.
The text was updated successfully, but these errors were encountered: