Windows下安装python扩展包,如Scipy、numpy、pandas、wxpython等

1、概述

由于项目需要,需要安装Python的扩展包,如Scipy、numpy、pandas、wxpython等。这些包在Windows下使用pycharm安装失败,所以需要寻找安装包进行安装,下面是安装步骤。

2、开发环境

win10 x64

Python 3.6

pip 9.0.1

3、安装扩展包的步骤

Python扩展包的下载地址为:

https://www.lfd.uci.edu/~gohlke/pythonlibs/

 

在Windows下安装Python扩展包的步骤可参考:

https://jingyan.baidu.com/article/915fc414b054b851394b20ce.html

https://blog.csdn.net/ouening/article/details/51168837

 

对于wxpython的安装,上述地址目前没有合适的安装包,所以下载及安装过程可参考:

https://blog.csdn.net/sunshine_lyn/article/details/81054594

你可能感兴趣的:(Windows,Python,scipy,numpy,pandas,wxpython)