Sometimes we get errors like this and we don’t understand why we’re getting them… Particularly when we know they have already been installed via the requirements. This is another instance like that.
If you are trying to install an app and you get this error and you know that your numpy has been installed try the following:
pip install numpy==1.24.1
Leave a Reply