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

How to install whitenoise via python pip




whitenoise - Radically simplified static file serving for WSGI applications, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Framework :: Django
- Framework :: Django :: 3
- Framework :: Django :: 3.2
- Framework :: Django :: 4
- Framework :: Django :: 4.0
- Framework :: Django :: 4.1
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Topic :: Internet
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: WSGI
- Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware

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



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_whitenoise_env

- Active the virtual environment

test_whitenoise_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_whitenoise_env

- Active the virtual environment

source test_whitenoise_env/bin/active


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

To install whitenoise on Windows(CMD):

py -m pip install whitenoise

To install whitenoise on Unix/macOs:

pip install whitenoise


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

Example:

pip install whitenoise==0.9


Please see the version list below table:

VersionReleased dateCommand
whitenoise 6.2.02022-06-05T15:29:23Windows:

py -m pip install whitenoise==6.2.0

Unix/macOs:

pip install whitenoise==6.2.0

whitenoise 6.1.02022-05-10T15:56:37Windows:

py -m pip install whitenoise==6.1.0

Unix/macOs:

pip install whitenoise==6.1.0

whitenoise 6.0.02022-02-09T22:17:45Windows:

py -m pip install whitenoise==6.0.0

Unix/macOs:

pip install whitenoise==6.0.0

whitenoise 5.3.02021-07-16T16:59:52Windows:

py -m pip install whitenoise==5.3.0

Unix/macOs:

pip install whitenoise==5.3.0

whitenoise 5.2.02020-08-04T09:33:38Windows:

py -m pip install whitenoise==5.2.0

Unix/macOs:

pip install whitenoise==5.2.0

whitenoise 5.1.02020-05-20T09:24:28Windows:

py -m pip install whitenoise==5.1.0

Unix/macOs:

pip install whitenoise==5.1.0

whitenoise 5.0.12019-12-12T15:38:49Windows:

py -m pip install whitenoise==5.0.1

Unix/macOs:

pip install whitenoise==5.0.1

whitenoise 5.02019-12-10T21:44:00Windows:

py -m pip install whitenoise==5.0

Unix/macOs:

pip install whitenoise==5.0

whitenoise 4.1.42019-09-24T15:37:39Windows:

py -m pip install whitenoise==4.1.4

Unix/macOs:

pip install whitenoise==4.1.4

whitenoise 4.1.32019-07-13T11:35:31Windows:

py -m pip install whitenoise==4.1.3

Unix/macOs:

pip install whitenoise==4.1.3

whitenoise 4.1.22018-11-19T22:10:22Windows:

py -m pip install whitenoise==4.1.2

Unix/macOs:

pip install whitenoise==4.1.2

whitenoise 4.1.12018-11-12T22:02:26Windows:

py -m pip install whitenoise==4.1.1

Unix/macOs:

pip install whitenoise==4.1.1

whitenoise 4.12018-09-12T15:14:11Windows:

py -m pip install whitenoise==4.1

Unix/macOs:

pip install whitenoise==4.1

whitenoise 4.02018-08-10T13:05:02Windows:

py -m pip install whitenoise==4.0

Unix/macOs:

pip install whitenoise==4.0

whitenoise 3.3.12017-09-23T17:14:46Windows:

py -m pip install whitenoise==3.3.1

Unix/macOs:

pip install whitenoise==3.3.1

whitenoise 3.3.02017-01-26T22:10:33Windows:

py -m pip install whitenoise==3.3.0

Unix/macOs:

pip install whitenoise==3.3.0

whitenoise 3.2.32017-01-04T12:09:02Windows:

py -m pip install whitenoise==3.2.3

Unix/macOs:

pip install whitenoise==3.2.3

whitenoise 3.2.22016-09-26T22:40:35Windows:

py -m pip install whitenoise==3.2.2

Unix/macOs:

pip install whitenoise==3.2.2

whitenoise 3.2.12016-08-09T21:28:30Windows:

py -m pip install whitenoise==3.2.1

Unix/macOs:

pip install whitenoise==3.2.1

whitenoise 3.22016-05-27T15:11:08Windows:

py -m pip install whitenoise==3.2

Unix/macOs:

pip install whitenoise==3.2

whitenoise 3.12016-05-15T21:13:18Windows:

py -m pip install whitenoise==3.1

Unix/macOs:

pip install whitenoise==3.1

whitenoise 3.02016-03-23T18:34:02Windows:

py -m pip install whitenoise==3.0

Unix/macOs:

pip install whitenoise==3.0

whitenoise 2.0.62015-11-15T12:40:16Windows:

py -m pip install whitenoise==2.0.6

Unix/macOs:

pip install whitenoise==2.0.6

whitenoise 2.0.52015-11-15T11:15:00Windows:

py -m pip install whitenoise==2.0.5

Unix/macOs:

pip install whitenoise==2.0.5

whitenoise 2.0.42015-09-20T19:12:56Windows:

py -m pip install whitenoise==2.0.4

Unix/macOs:

pip install whitenoise==2.0.4

whitenoise 2.0.32015-08-18T10:57:15Windows:

py -m pip install whitenoise==2.0.3

Unix/macOs:

pip install whitenoise==2.0.3

whitenoise 2.0.22015-07-03T09:36:12Windows:

py -m pip install whitenoise==2.0.2

Unix/macOs:

pip install whitenoise==2.0.2

whitenoise 2.0.12015-06-28T20:12:56Windows:

py -m pip install whitenoise==2.0.1

Unix/macOs:

pip install whitenoise==2.0.1

whitenoise 2.02015-06-20T11:44:11Windows:

py -m pip install whitenoise==2.0

Unix/macOs:

pip install whitenoise==2.0

whitenoise 1.0.62014-12-12T10:08:00Windows:

py -m pip install whitenoise==1.0.6

Unix/macOs:

pip install whitenoise==1.0.6

whitenoise 1.0.52014-11-25T21:14:43Windows:

py -m pip install whitenoise==1.0.5

Unix/macOs:

pip install whitenoise==1.0.5

whitenoise 1.0.42014-11-14T13:53:20Windows:

py -m pip install whitenoise==1.0.4

Unix/macOs:

pip install whitenoise==1.0.4

whitenoise 1.0.32014-06-08T22:06:13Windows:

py -m pip install whitenoise==1.0.3

Unix/macOs:

pip install whitenoise==1.0.3

whitenoise 1.0.22014-04-29T09:40:56Windows:

py -m pip install whitenoise==1.0.2

Unix/macOs:

pip install whitenoise==1.0.2

whitenoise 1.0.12014-04-18T19:48:41Windows:

py -m pip install whitenoise==1.0.1

Unix/macOs:

pip install whitenoise==1.0.1

whitenoise 1.02014-04-14T21:34:03Windows:

py -m pip install whitenoise==1.0

Unix/macOs:

pip install whitenoise==1.0

whitenoise 0.132014-03-12T07:58:54Windows:

py -m pip install whitenoise==0.13

Unix/macOs:

pip install whitenoise==0.13

whitenoise 0.122014-03-06T14:51:38Windows:

py -m pip install whitenoise==0.12

Unix/macOs:

pip install whitenoise==0.12

whitenoise 0.112014-03-05T15:38:14Windows:

py -m pip install whitenoise==0.11

Unix/macOs:

pip install whitenoise==0.11

whitenoise 0.102013-09-05T11:34:44Windows:

py -m pip install whitenoise==0.10

Unix/macOs:

pip install whitenoise==0.10

whitenoise 0.92013-08-29T11:06:38Windows:

py -m pip install whitenoise==0.9

Unix/macOs:

pip install whitenoise==0.9


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_whitenoise_downloaded_file>

On Unix/macOs:

pip install <path_to_whitenoise_downloaded_file>


List distribution:


Project link:

- Homepage
- Changelog
- Documentation