Since yesterday I\'ve had this error when I try to import packages on anaconda :
ImportError: Missing required dependencies [\'numpy\']
I have t
you are running python 3.7
create environment for python 3.6
python3.6 filename.py