错误提示
Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.
情况说明
anaconda创建了一个虚拟环境,将此虚拟环境作为pycharm一个工程的开发环境。
最终解决方法
使用pip install numpy命令安装numpy
而不要用conda install numpy命令