Since yesterday I\'ve had this error when I try to import packages on anaconda :
ImportError: Missing required dependencies [\'numpy\']
I have t
build_exe_options = {"packages": ["os",'pandas','numpy']}
It works.