ImportError: cannot import name add_newdocs

后端 未结 7 1594
轮回少年
轮回少年 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:10

    • in where you save the python ...\Lib\site-packages

    • delete this folder "numpy" in the folder "site-packages"

    • then in the command line, under the path where you save the python.exe

      in my case: input "cd /d D:\anaconda" in the command line, press Enter

      and then input "pip install -U numpy" again, press Enter

    • after searching for 3 hours, finally find this way works for me, sincerely wish this could help you.

提交回复
热议问题