Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install hdf5plugin via python pip




hdf5plugin - HDF5 Plugins for Windows, MacOS, and Linux, it belongs to Classifiers:

- Environment :: MacOS X
- Environment :: Win32 (MS Windows)
- License :: OSI Approved :: zlib/libpng License
- Operating System :: MacOS
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX :: Linux

When you know about this project and you want to new install hdf5plugin to support your project or you get trouble as ModuleNotFoundError: No module named "hdf5plugin" or ImportError: cannot import name "hdf5plugin" in your project, let follow this tutorial to install hdf5plugin



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_hdf5plugin_env

- Active the virtual environment

test_hdf5plugin_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_hdf5plugin_env

- Active the virtual environment

source test_hdf5plugin_env/bin/active


Step 2: OK, now, let flow below content to start the installation hdf5plugin

To install hdf5plugin on Windows(CMD):

py -m pip install hdf5plugin

To install hdf5plugin on Unix/macOs:

pip install hdf5plugin


Step 3: If you want to install a specific hdf5plugin version, add ==<hdf5plugin version> to the end command line

Example:

pip install hdf5plugin==1.0.0


Please see the version list below table:

VersionReleased dateCommand
hdf5plugin 3.3.12022-06-03T10:11:16Windows:

py -m pip install hdf5plugin==3.3.1

Unix/macOs:

pip install hdf5plugin==3.3.1

hdf5plugin 3.3.02022-05-25T14:12:16Windows:

py -m pip install hdf5plugin==3.3.0

Unix/macOs:

pip install hdf5plugin==3.3.0

hdf5plugin 3.2.02021-10-15T09:40:24Windows:

py -m pip install hdf5plugin==3.2.0

Unix/macOs:

pip install hdf5plugin==3.2.0

hdf5plugin 3.1.12021-07-07T11:30:52Windows:

py -m pip install hdf5plugin==3.1.1

Unix/macOs:

pip install hdf5plugin==3.1.1

hdf5plugin 3.1.02021-07-02T12:00:09Windows:

py -m pip install hdf5plugin==3.1.0

Unix/macOs:

pip install hdf5plugin==3.1.0

hdf5plugin 3.0.0 yanked2021-06-08T06:50:37Windows:

py -m pip install hdf5plugin==3.0.0                                                                          yanked

Unix/macOs:

pip install hdf5plugin==3.0.0                                                                          yanked

hdf5plugin 2.3.22020-12-15T10:31:42Windows:

py -m pip install hdf5plugin==2.3.2

Unix/macOs:

pip install hdf5plugin==2.3.2

hdf5plugin 2.3.12020-08-26T16:02:28Windows:

py -m pip install hdf5plugin==2.3.1

Unix/macOs:

pip install hdf5plugin==2.3.1

hdf5plugin 2.3.02020-05-15T14:12:39Windows:

py -m pip install hdf5plugin==2.3.0

Unix/macOs:

pip install hdf5plugin==2.3.0

hdf5plugin 2.2.02020-05-04T16:14:09Windows:

py -m pip install hdf5plugin==2.2.0

Unix/macOs:

pip install hdf5plugin==2.2.0

hdf5plugin 2.1.22020-02-04T15:46:13Windows:

py -m pip install hdf5plugin==2.1.2

Unix/macOs:

pip install hdf5plugin==2.1.2

hdf5plugin 2.1.12019-12-16T10:21:14Windows:

py -m pip install hdf5plugin==2.1.1

Unix/macOs:

pip install hdf5plugin==2.1.1

hdf5plugin 2.1.02019-11-28T16:02:27Windows:

py -m pip install hdf5plugin==2.1.0

Unix/macOs:

pip install hdf5plugin==2.1.0

hdf5plugin 2.0.02019-10-21T11:16:02Windows:

py -m pip install hdf5plugin==2.0.0

Unix/macOs:

pip install hdf5plugin==2.0.0

hdf5plugin 1.4.12018-07-11T17:34:44Windows:

py -m pip install hdf5plugin==1.4.1

Unix/macOs:

pip install hdf5plugin==1.4.1

hdf5plugin 1.4.02017-01-04T08:24:20Windows:

py -m pip install hdf5plugin==1.4.0

Unix/macOs:

pip install hdf5plugin==1.4.0

hdf5plugin 1.3.02016-11-30T19:36:42Windows:

py -m pip install hdf5plugin==1.3.0

Unix/macOs:

pip install hdf5plugin==1.3.0

hdf5plugin 1.2.02016-08-25T13:58:03Windows:

py -m pip install hdf5plugin==1.2.0

Unix/macOs:

pip install hdf5plugin==1.2.0

hdf5plugin 1.1.02016-07-11T19:05:03Windows:

py -m pip install hdf5plugin==1.1.0

Unix/macOs:

pip install hdf5plugin==1.1.0

hdf5plugin 1.0.12016-07-06T15:54:51Windows:

py -m pip install hdf5plugin==1.0.1

Unix/macOs:

pip install hdf5plugin==1.0.1

hdf5plugin 1.0.02016-07-06T13:51:04Windows:

py -m pip install hdf5plugin==1.0.0

Unix/macOs:

pip install hdf5plugin==1.0.0


Step 4: Otherwise, you can install hdf5plugin from local archives:

Download the distribution file from hdf5plugin-3.3.1.tar.gz or the specific hdf5plugin version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_hdf5plugin_downloaded_file>

On Unix/macOs:

pip install <path_to_hdf5plugin_downloaded_file>


List distribution:

- hdf5plugin-1.0.0-py2.py3-none-any.whl
- hdf5plugin-1.0.1-py2.py3-none-any.whl
- hdf5plugin-1.1.0-py2.py3-none-any.whl
- hdf5plugin-1.2.0-py2.py3-none-any.whl
- hdf5plugin-1.3.0-py2.py3-none-any.whl
- hdf5plugin-1.4.0-py2.py3-none-any.whl
- hdf5plugin-1.4.1-py2.py3-none-any.whl
- hdf5plugin-2.0.0b0-py2-none-win_amd64.whl
- hdf5plugin-2.0.0b0-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.0.0b0-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.0.0b0-py2.py3-none-manylinux2010_x86_64.whl
- hdf5plugin-2.0.0b0-py3-none-win_amd64.whl
- hdf5plugin-2.0.0b0.tar.gz
- hdf5plugin-2.0.0-py2-none-win_amd64.whl
- hdf5plugin-2.0.0-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.0.0-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.0.0-py2.py3-none-manylinux2010_x86_64.whl
- hdf5plugin-2.0.0-py3-none-win_amd64.whl
- hdf5plugin-2.0.0.tar.gz
- hdf5plugin-2.1.0-py2-none-win_amd64.whl
- hdf5plugin-2.1.0-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.1.0-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.1.0-py3-none-win_amd64.whl
- hdf5plugin-2.1.0.tar.gz
- hdf5plugin-2.1.1-py2-none-win_amd64.whl
- hdf5plugin-2.1.1-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.1.1-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.1.1-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.1.1-py3-none-win_amd64.whl
- hdf5plugin-2.1.1.tar.gz
- hdf5plugin-2.1.2-py2-none-win_amd64.whl
- hdf5plugin-2.1.2-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.1.2-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.1.2-py2.py3-none-manylinux2014_ppc64le.whl
- hdf5plugin-2.1.2-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.1.2-py3-none-win_amd64.whl
- hdf5plugin-2.1.2.tar.gz
- hdf5plugin-2.2.0-py2-none-win_amd64.whl
- hdf5plugin-2.2.0-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.2.0-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.2.0-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.2.0-py3-none-win_amd64.whl
- hdf5plugin-2.2.0.tar.gz
- hdf5plugin-2.3.0-py2-none-win_amd64.whl
- hdf5plugin-2.3.0-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.3.0-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.3.0-py2.py3-none-manylinux2014_ppc64le.whl
- hdf5plugin-2.3.0-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.3.0-py3-none-win_amd64.whl
- hdf5plugin-2.3.0.tar.gz
- hdf5plugin-2.3.1-py2-none-win_amd64.whl
- hdf5plugin-2.3.1-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.3.1-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.3.1-py2.py3-none-manylinux2014_ppc64le.whl
- hdf5plugin-2.3.1-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.3.1-py3-none-win_amd64.whl
- hdf5plugin-2.3.1.tar.gz
- hdf5plugin-2.3.2-py2-none-win_amd64.whl
- hdf5plugin-2.3.2-py2.py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-2.3.2-py2.py3-none-manylinux1_x86_64.whl
- hdf5plugin-2.3.2-py2.py3-none-manylinux2014_ppc64le.whl
- hdf5plugin-2.3.2-py2.py3-none-manylinux2014_x86_64.whl
- hdf5plugin-2.3.2-py3-none-win_amd64.whl
- hdf5plugin-2.3.2.tar.gz
- hdf5plugin-3.0.0-py3-none-macosx_10_9_x86_64.whl
- hdf5plugin-3.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- hdf5plugin-3.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- hdf5plugin-3.0.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- hdf5plugin-3.0.0-py3-none-win_amd64.whl
- hdf5plugin-3.0.0.tar.gz
- hdf5plugin-3.1.0-py3-none-macosx_10_9_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.4)
- hdf5plugin-3.1.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.0-py3-none-win_amd64.whl (python version >=3.4)
- hdf5plugin-3.1.0.tar.gz (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-macosx_10_9_universal2.whl (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-macosx_10_9_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.4)
- hdf5plugin-3.1.1-py3-none-win_amd64.whl (python version >=3.4)
- hdf5plugin-3.1.1.tar.gz (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-macosx_10_9_universal2.whl (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-macosx_10_9_x86_64.whl (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.4)
- hdf5plugin-3.2.0-py3-none-win_amd64.whl (python version >=3.4)
- hdf5plugin-3.2.0.tar.gz (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-macosx_10_9_universal2.whl (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-macosx_10_9_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.0-py3-none-win_amd64.whl (python version >=3.4)
- hdf5plugin-3.3.0.tar.gz (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-macosx_10_9_universal2.whl (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-macosx_10_9_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.4)
- hdf5plugin-3.3.1-py3-none-win_amd64.whl (python version >=3.4)
- hdf5plugin-3.3.1.tar.gz (python version >=3.4)
- hdf5plugin-4.0.0-py3-none-macosx_10_9_universal2.whl (python version >=3.7)
- hdf5plugin-4.0.0-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- hdf5plugin-4.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.7)
- hdf5plugin-4.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- hdf5plugin-4.0.0-py3-none-win_amd64.whl (python version >=3.7)
- hdf5plugin-4.0.0.tar.gz (python version >=3.7)
- hdf5plugin-4.0.1-py3-none-macosx_10_9_universal2.whl (python version >=3.7)
- hdf5plugin-4.0.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (python version >=3.7)
- hdf5plugin-4.0.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (python version >=3.7)
- hdf5plugin-4.0.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- hdf5plugin-4.0.1-py3-none-win_amd64.whl (python version >=3.7)
- hdf5plugin-4.0.1.tar.gz (python version >=3.7)


Project link:

- Homepage