-
Notifications
You must be signed in to change notification settings - Fork 13
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
Python Libraries Error #10
Comments
I was not able to reproduce this error with stock 3.8 but was able to reproduce inside the official moniconda docker image. From the error messages it seems to replated to some Pybind11 issues: pybind/pybind11#1930 and pybind/pybind11#2369. The interesting thing is if you just run the So the issue only happens when using miniconda + pytest at the same time. Somehow setting I will keep poking and keep you updated. |
Found a solution that seems to work with miniconda+pytest. If |
Should be fixed in the latest release. Feel free to reopen it if it doesn't work. |
Seems like it's working now |
Trying to write a simple test using the fault interface and running into what looks to be an environment error.
Have you seen this error before?
I'm suspecting this is some sort of environment issue, here are the steps if you'd like to try to reproduce
The test is very similar to the fault test in the main test suite
I am using a miniconda environment (installed into $HOME/miniconda3), perhaps that's causing a problem with the python library integration with the pysv compile?
To sanity check, I just tried
pytest tests/test_pysv.py
in the fault repo and got the same errorThe text was updated successfully, but these errors were encountered: