In a fresh install, numpy triggers this error: > AttributeError: `np.sctypes` was removed in the NumPy 2.0 release. Access dtypes explicitly instead. This can be solved with: ```bash pip install "numpy<2" ```
In a fresh install, numpy triggers this error:
This can be solved with:
pip install "numpy<2"