AttributeError: module 'numpy.typing' has no attribute 'NDArray'
Try installing a newer version of Numpy using:
pip install numpy>1.20.3
ImportError: cannot import name 'x' from 'pandas._typing'
This is a known issue with some newer versions of Pandas. Try installing an older version using:
pip uninstall pandas
pip install pandas==1.1.5
Install openblas
and lapack
, see link below.