ImportError: cannot import name add_newdocs

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

    I am using Windows7 64-bit and was facing the same problem before. I solved it by updating numpy for Windows:

    pip install numpy --upgrade

    Thanks.

提交回复
热议问题