Import Error: No module named numpy

前端 未结 24 2363
名媛妹妹
名媛妹妹 2020-11-28 01:53

I have a very similar question to this question, but still one step behind. I have only one version of Python 3 installed on my Windows 7 (sorry) 64-bit system.

24条回答
  •  春和景丽
    2020-11-28 02:22

    I'm not sure exactly why I was getting the error, but pip3 uninstall numpy then pip3 install numpy resolved the issue for me.

提交回复
热议问题