Since yesterday I\'ve had this error when I try to import packages on anaconda :
ImportError: Missing required dependencies [\'numpy\']
I have t
I had to install this other package:
sudo apt-get install libatlas-base-dev
Seems like it is a dependency for numpy but the pip or apt-get don't install it automatically for whatever reason.
numpy
pip
apt-get