Since yesterday I\'ve had this error when I try to import packages on anaconda :
ImportError: Missing required dependencies [\'numpy\']
I have t
I've got the same error recently.
Before applying uninstall or install tools, try to update your Jupyter.
How? Go to 'Environments' and type on the Search Packages box 'pandas'.
Afterwards, check the version (if that column shows a blue number with a diagonal arrow, it means that your pandas is out of date).
Click on 'pandas' and a option will pop up (choose 'Apply' and wait for a couple of minutes to update the package).
And then, make a quick test on any notebook to make sure that your Jupyter is running smoothly.