Python Pandas - Missing required dependencies ['numpy'] 1

前端 未结 28 2530
清歌不尽
清歌不尽 2020-11-27 16:32

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

ImportError: Missing required dependencies [\'numpy\']

I have t

28条回答
  •  猫巷女王i
    2020-11-27 17:10

    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.

提交回复
热议问题