摘要: 使用命令安装numpy失败解决方案 pip install numpy 主要是国内访问国际网络较差,使用清华源即可安装 pip install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple 安装后验证模块使用导入 阅读全文