ImportError: cannot import name add_newdocs

后端 未结 7 1583
轮回少年
轮回少年 2021-02-14 13:28

I use Windows8.1 and python 2.7 and I installed the numpy1.8. However, whenever I wanna import numpy it shows the following error :ImportError: c

相关标签:
7条回答
  • 2021-02-14 14:24

    ImportError: cannot import name add_newdocs

    This error can occur when one of the following files is missing:

    This error normally comes when the add_newdocs went stale. Don't worry. All you need to do is:

    • Go to: D:\Anaconda3\Lib\site-packages
    • Delete folder: numpy
    • Then go to cmd: reinstall numpy by " pip install numpy "

    And you are good to go

    0 讨论(0)
提交回复
热议问题