You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.11.7 (installed via pyenv, also tried Homebrew and System Python)
Rust 1.75.0
When I try to run the tests with NumPy installed in the active virtual environment I get the following error message:
Failed to access NumPy array API capsule: PyErr { type: <class 'ModuleNotFoundError'>, value: ModuleNotFoundError("No module named 'numpy'"), traceback: None }
It does work however when I install NumPy in the global environment. I also quickly checked in a Linux container and there NumPy is being picked up from the virtual environment as intended.
The text was updated successfully, but these errors were encountered:
When I try to run the tests with NumPy installed in the active virtual environment I get the following error message:
It does work however when I install NumPy in the global environment. I also quickly checked in a Linux container and there NumPy is being picked up from the virtual environment as intended.
The text was updated successfully, but these errors were encountered: