[PYTHON] How to quickly install h5py on Windows 10 [Unofficial]

It took some time to install h5py, so I will post it as a memo. When building from source, a lot of errors such as "no such h5py.h" were output and it was hell, so the method to install quickly is described below.

The official announcement of h5py strongly recommends using Anaconda and Miniconda. However, if you want to install from source, follow the steps below.

Pick up the h5py wheel.

Download the h5py wheel that suits your environment from Python Extension Packages for Windows --Christoph Gohlke. I'm using Python 3.4 on Windows 10, so I used "h5py-2.6.0-cp34-cp34m-win32.whl".

Install with pip install

Just hit the following command.

pip install h5py-2.6.0-cp34-cp34m-win32.whl

That's it.

It seems that from Chainer1.5 depends on h5py, I hope that those who are having trouble installing h5py can refer to it.

that's all

References

  1. h5py
  2. Python Extension Packages for Windows - Christoph Gohlke
  3. Unofficial tips for people who have trouble installing Chainer 1.5

Recommended Posts

How to quickly install h5py on Windows 10 [Unofficial]
How to install pycrypto on Windows
How to install music 21 on windows
[Kivy] How to install Kivy on Windows [Python]
How to install richzhang / colorization on Windows 10
[Python] How to install OpenCV on Anaconda [Windows]
How to install / verify graphviz on anaconda / windows10
How to install Python [Windows]
How to install mysql-connector-python on mac
How to use Dataiku on Windows
How to install graph-tool on macOS
How to install VMware-Tools on Linux
How to deploy django-compressor on Windows
How to install OpenCV on Mac
How to install PyPy on CentOS
How to install TensorFlow on CentOS 7
How to install Maven on CentOS
How to install Go on Ubuntu
How to install aws-session-manager-plugin on Manajro Linux
How to install drobertadams / toggl-cli on Mac
How to use Google Assistant on Windows 10
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to install Windows Subsystem For Linux
How to install Apache (httpd) on CentOS7
How to install php7.4 on Linux (Ubuntu)
How to install Eclipse GlassFish 5.1.0 on CentOS 7
How to install Apache (httpd) on CentOS8
How to install NumPy on Raspberry Pi
How to install cx_Oracle on macOS Sierra
[2020 version] How to install Python3 on AWS EC2
How to install Python
How to install pip
How to install archlinux
How to install BayesOpt
Install Anaconda on Windows 10
How to install OpenGM on OSX with macports
Install python on windows
Install pycuda on Windows10
How to live a decent life on 2017 Windows
Install pygraphviz on Windows 10
How to install Nbextensions
How to install Camunda Modeler on Manjaro Linux
Install Chainer 1.5.0 on Windows
How to install Prover9
How to embed mod_wsgi into Apache on Python Windows
How to install Linux on a 32bit UEFI PC
How to install caffe on OS X with macports
[AWS EC2] How to install Maven on Amazon Linux 2
How to install git on Linux such as EC2
How to run Django on IIS on a Windows server
How to operate Firefox with selenium on Windows Memo
Install Numpy on virtualenv on Windows
Install watchdog on Windows + Python 3.3
Install Win-Kex (kali-linux) on Windows 10.
Tabpy 1.0 (2020-01 version) How to install
Install cvxpy on windows, Anaconda
How to register on pypi
How to install mkl numpy
Install Chainer 1.6 (GPU) on Windows 7.
How to install Pelican blog