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

How to install hydrotools.nwis-client via python pip




hydrotools.nwis-client - A convenient interface to the USGS NWIS Instantaneous Values (IV) REST Service API., it belongs to Classifiers:

- Development Status :: 3 - Alpha
- Intended Audience :: Education
- Intended Audience :: Science/Research
- License :: Free To Use But Restricted
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Hydrology

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



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_hydrotools.nwis-client_env

- Active the virtual environment

test_hydrotools.nwis-client_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_hydrotools.nwis-client_env

- Active the virtual environment

source test_hydrotools.nwis-client_env/bin/active


Step 2: OK, now, let flow below content to start the installation hydrotools.nwis-client

To install hydrotools.nwis-client on Windows(CMD):

py -m pip install hydrotools.nwis-client

To install hydrotools.nwis-client on Unix/macOs:

pip install hydrotools.nwis-client


Step 3: If you want to install a specific hydrotools.nwis-client version, add ==<hydrotools.nwis-client version> to the end command line

Example:

pip install hydrotools.nwis-client==2.0.0a0                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
hydrotools.nwis-client 3.2.12022-03-24T14:41:28Windows:

py -m pip install hydrotools.nwis-client==3.2.1

Unix/macOs:

pip install hydrotools.nwis-client==3.2.1

hydrotools.nwis-client 3.2.02022-03-17T20:41:28Windows:

py -m pip install hydrotools.nwis-client==3.2.0

Unix/macOs:

pip install hydrotools.nwis-client==3.2.0

hydrotools.nwis-client 3.1.02022-02-09T19:07:57Windows:

py -m pip install hydrotools.nwis-client==3.1.0

Unix/macOs:

pip install hydrotools.nwis-client==3.1.0

hydrotools.nwis-client 3.0.72022-02-09T19:06:55Windows:

py -m pip install hydrotools.nwis-client==3.0.7

Unix/macOs:

pip install hydrotools.nwis-client==3.0.7

hydrotools.nwis-client 3.0.62021-10-08T19:06:34Windows:

py -m pip install hydrotools.nwis-client==3.0.6

Unix/macOs:

pip install hydrotools.nwis-client==3.0.6

hydrotools.nwis-client 3.0.52021-09-09T12:34:24Windows:

py -m pip install hydrotools.nwis-client==3.0.5

Unix/macOs:

pip install hydrotools.nwis-client==3.0.5

hydrotools.nwis-client 3.0.42021-08-06T19:38:40Windows:

py -m pip install hydrotools.nwis-client==3.0.4

Unix/macOs:

pip install hydrotools.nwis-client==3.0.4

hydrotools.nwis-client 3.0.32021-07-30T00:14:27Windows:

py -m pip install hydrotools.nwis-client==3.0.3

Unix/macOs:

pip install hydrotools.nwis-client==3.0.3

hydrotools.nwis-client 3.0.12021-06-17T20:31:24Windows:

py -m pip install hydrotools.nwis-client==3.0.1

Unix/macOs:

pip install hydrotools.nwis-client==3.0.1

hydrotools.nwis-client 3.0.02021-06-16T23:20:39Windows:

py -m pip install hydrotools.nwis-client==3.0.0

Unix/macOs:

pip install hydrotools.nwis-client==3.0.0


Step 4: Otherwise, you can install hydrotools.nwis-client from local archives:

Download the distribution file from hydrotools.nwis_client-3.2.1.tar.gz or the specific hydrotools.nwis-client version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_hydrotools.nwis-client_downloaded_file>

On Unix/macOs:

pip install <path_to_hydrotools.nwis-client_downloaded_file>


List distribution:

- hydrotools.nwis_client-2.0.0a0-py3-none-any.whl
- hydrotools.nwis_client-2.0.0a0.tar.gz
- hydrotools.nwis_client-3.0.0-py3-none-any.whl
- hydrotools.nwis_client-3.0.0.tar.gz
- hydrotools.nwis_client-3.0.1-py3-none-any.whl
- hydrotools.nwis_client-3.0.1.tar.gz
- hydrotools.nwis_client-3.0.3-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.0.3.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.0.4-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.0.4.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.0.5-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.0.5.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.0.6-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.0.6.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.0.7-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.0.7.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.1.0-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.1.0.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.2.0-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.2.0.tar.gz (python version >=3.7)
- hydrotools.nwis_client-3.2.1-py3-none-any.whl (python version >=3.7)
- hydrotools.nwis_client-3.2.1.tar.gz (python version >=3.7)


Project link:

- Homepage
- Documentation
- Source
- Tracker