python安装whl文件

在命令指示符下(cmd)的Python3安装命令为:

pip3 install 文件名.whl

python安装whl文件

安装出错:

matplotlib-2.0.0-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform.

原来是万能仓库的包名除了问题,将包的名字改一下就好:

matplotlib-2.0.0-cp34-cp34m-win_amd64.whl 改成 matplotlib-2.0.0-cp34-none-win_amd64.whl

完美安装:

python安装whl文件

python安装whl文件

上一篇:Install eclipse groovy plugin


下一篇:利用fis3自动化处理asp.net项目静态资源时遇到的一个编码问题