兴高采烈地装上Anaconda准备开始学习numpy,结果发现 很难受,搜索很久发现可以如下解决问题 打开Anaconda Prompt 然后输入pip uninstall numpy 再重新 pip install numpy即可解决问题