Python Pandas – Missing required dependencies [‘numpy’] 1

Since yesterday I’ve had this error when I try to import packages on anaconda :

ImportError: Missing required dependencies ['numpy']

I have tried un-installing Anaconda and Python, switching to Python 2.7 but nothing works it’s still the same error, here is the code I get :

Any help is really appreciated thanks !

Leave a Comment