sudo pip install cython sudo apt-get install libhdf5-dev sudo pip install h5py test: python import h5py 如果出现“Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated...”错误,则是numpy版本问题,重新安装numpy的1.13.3这个版本.问题解决.…
python安装 windows 下载安装包 https://www.python.org/downloads 改环境变量 [右键计算机]-->[属性]-->[高级系统设置]-->[高级]-->[环境变量]--> 如:原来的值;C:\python3,切记前面有分号 linux wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz tar xf Python-3.5.0.tgz cd Python-3.5…
转载自 醇酒醉影 python安装完毕后,提示找不到ssl模块: [root@localhost ~]# python2.7.5 Python 2.7.5 (default, Jun 3 2013, 11:08:43) [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2 Type "help", "copyright", "credits" or "license" for mo…