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

How to install xxhash via python pip




xxhash - Python binding for xxHash, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- License :: OSI Approved :: BSD License
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython

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



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_xxhash_env

- Active the virtual environment

test_xxhash_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_xxhash_env

- Active the virtual environment

source test_xxhash_env/bin/active


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

To install xxhash on Windows(CMD):

py -m pip install xxhash

To install xxhash on Unix/macOs:

pip install xxhash


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

Example:

pip install xxhash==0.0.1


Please see the version list below table:

VersionReleased dateCommand
xxhash 3.0.02022-02-24T16:40:31Windows:

py -m pip install xxhash==3.0.0

Unix/macOs:

pip install xxhash==3.0.0

xxhash 2.0.22021-04-14T18:02:39Windows:

py -m pip install xxhash==2.0.2

Unix/macOs:

pip install xxhash==2.0.2

xxhash 2.0.12021-04-14T17:38:34Windows:

py -m pip install xxhash==2.0.1

Unix/macOs:

pip install xxhash==2.0.1

xxhash 2.0.02020-08-03T14:36:33Windows:

py -m pip install xxhash==2.0.0

Unix/macOs:

pip install xxhash==2.0.0

xxhash 1.4.42020-06-20T13:46:03Windows:

py -m pip install xxhash==1.4.4

Unix/macOs:

pip install xxhash==1.4.4

xxhash 1.4.32019-11-12T04:39:20Windows:

py -m pip install xxhash==1.4.3

Unix/macOs:

pip install xxhash==1.4.3

xxhash 1.4.22019-10-13T07:34:09Windows:

py -m pip install xxhash==1.4.2

Unix/macOs:

pip install xxhash==1.4.2

xxhash 1.4.12019-08-27T05:06:03Windows:

py -m pip install xxhash==1.4.1

Unix/macOs:

pip install xxhash==1.4.1

xxhash 1.4.0 yanked2019-08-25T05:41:49Windows:

py -m pip install xxhash==1.4.0                                                                          yanked

Unix/macOs:

pip install xxhash==1.4.0                                                                          yanked

xxhash 1.3.02018-10-21T16:48:04Windows:

py -m pip install xxhash==1.3.0

Unix/macOs:

pip install xxhash==1.3.0

xxhash 1.2.02018-07-13T07:59:32Windows:

py -m pip install xxhash==1.2.0

Unix/macOs:

pip install xxhash==1.2.0

xxhash 1.1.0.post02018-07-08T07:49:42Windows:

py -m pip install xxhash==1.1.0.post0

Unix/macOs:

pip install xxhash==1.1.0.post0

xxhash 1.1.02018-07-05T08:45:15Windows:

py -m pip install xxhash==1.1.0

Unix/macOs:

pip install xxhash==1.1.0

xxhash 1.0.12017-03-02T05:22:23Windows:

py -m pip install xxhash==1.0.1

Unix/macOs:

pip install xxhash==1.0.1

xxhash 1.0.02017-02-10T08:03:43Windows:

py -m pip install xxhash==1.0.0

Unix/macOs:

pip install xxhash==1.0.0

xxhash 0.6.32017-02-10T07:00:11Windows:

py -m pip install xxhash==0.6.3

Unix/macOs:

pip install xxhash==0.6.3

xxhash 0.6.12016-06-26T09:43:46Windows:

py -m pip install xxhash==0.6.1

Unix/macOs:

pip install xxhash==0.6.1

xxhash 0.6.02016-06-25T03:01:38Windows:

py -m pip install xxhash==0.6.0

Unix/macOs:

pip install xxhash==0.6.0

xxhash 0.5.02016-03-01T16:41:12Windows:

py -m pip install xxhash==0.5.0

Unix/macOs:

pip install xxhash==0.5.0

xxhash 0.4.32015-08-21T14:27:46Windows:

py -m pip install xxhash==0.4.3

Unix/macOs:

pip install xxhash==0.4.3

xxhash 0.4.12015-08-16T15:52:31Windows:

py -m pip install xxhash==0.4.1

Unix/macOs:

pip install xxhash==0.4.1

xxhash 0.4.02015-08-05T03:21:15Windows:

py -m pip install xxhash==0.4.0

Unix/macOs:

pip install xxhash==0.4.0

xxhash 0.3.22015-01-27T03:35:38Windows:

py -m pip install xxhash==0.3.2

Unix/macOs:

pip install xxhash==0.3.2

xxhash 0.3.12015-01-24T03:50:44Windows:

py -m pip install xxhash==0.3.1

Unix/macOs:

pip install xxhash==0.3.1

xxhash 0.3.02014-11-11T06:08:33Windows:

py -m pip install xxhash==0.3.0

Unix/macOs:

pip install xxhash==0.3.0

xxhash 0.2.02014-10-25T15:08:28Windows:

py -m pip install xxhash==0.2.0

Unix/macOs:

pip install xxhash==0.2.0

xxhash 0.1.32014-10-23T13:58:54Windows:

py -m pip install xxhash==0.1.3

Unix/macOs:

pip install xxhash==0.1.3

xxhash 0.1.22014-10-18T16:02:51Windows:

py -m pip install xxhash==0.1.2

Unix/macOs:

pip install xxhash==0.1.2

xxhash 0.1.12014-08-07T15:48:45Windows:

py -m pip install xxhash==0.1.1

Unix/macOs:

pip install xxhash==0.1.1

xxhash 0.1.02014-08-05T15:57:26Windows:

py -m pip install xxhash==0.1.0

Unix/macOs:

pip install xxhash==0.1.0

xxhash 0.0.22014-08-03T14:52:41Windows:

py -m pip install xxhash==0.0.2

Unix/macOs:

pip install xxhash==0.0.2

xxhash 0.0.12014-07-30T15:51:47Windows:

py -m pip install xxhash==0.0.1

Unix/macOs:

pip install xxhash==0.0.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_xxhash_downloaded_file>

On Unix/macOs:

pip install <path_to_xxhash_downloaded_file>


List distribution:


Project link:

- Homepage