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

How to install EPANETTOOLS via python pip




EPANETTOOLS - Epanet 2.0 Python calling interface, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: Microsoft
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Utilities

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



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_EPANETTOOLS_env

- Active the virtual environment

test_EPANETTOOLS_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_EPANETTOOLS_env

- Active the virtual environment

source test_EPANETTOOLS_env/bin/active


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

To install EPANETTOOLS on Windows(CMD):

py -m pip install EPANETTOOLS

To install EPANETTOOLS on Unix/macOs:

pip install EPANETTOOLS


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

Example:

pip install EPANETTOOLS==0.2.2.0


Please see the version list below table:

VersionReleased dateCommand
EPANETTOOLS 1.0.02018-09-28T12:48:26Windows:

py -m pip install EPANETTOOLS==1.0.0

Unix/macOs:

pip install EPANETTOOLS==1.0.0

EPANETTOOLS 0.9.22016-11-14T14:30:51Windows:

py -m pip install EPANETTOOLS==0.9.2

Unix/macOs:

pip install EPANETTOOLS==0.9.2

EPANETTOOLS 0.9.12016-11-13T20:42:28Windows:

py -m pip install EPANETTOOLS==0.9.1

Unix/macOs:

pip install EPANETTOOLS==0.9.1

EPANETTOOLS 0.9.02016-11-13T11:04:12Windows:

py -m pip install EPANETTOOLS==0.9.0

Unix/macOs:

pip install EPANETTOOLS==0.9.0

EPANETTOOLS 0.8.02016-10-06T03:15:17Windows:

py -m pip install EPANETTOOLS==0.8.0

Unix/macOs:

pip install EPANETTOOLS==0.8.0

EPANETTOOLS 0.7.22016-09-30T20:23:05Windows:

py -m pip install EPANETTOOLS==0.7.2

Unix/macOs:

pip install EPANETTOOLS==0.7.2

EPANETTOOLS 0.7.12016-09-25T17:43:45Windows:

py -m pip install EPANETTOOLS==0.7.1

Unix/macOs:

pip install EPANETTOOLS==0.7.1

EPANETTOOLS 0.7.02016-09-25T14:51:45Windows:

py -m pip install EPANETTOOLS==0.7.0

Unix/macOs:

pip install EPANETTOOLS==0.7.0

EPANETTOOLS 0.6.0.32016-09-21T15:22:25Windows:

py -m pip install EPANETTOOLS==0.6.0.3

Unix/macOs:

pip install EPANETTOOLS==0.6.0.3

EPANETTOOLS 0.6.0.22016-09-21T13:57:42Windows:

py -m pip install EPANETTOOLS==0.6.0.2

Unix/macOs:

pip install EPANETTOOLS==0.6.0.2

EPANETTOOLS 0.6.0.12016-02-23T19:34:04Windows:

py -m pip install EPANETTOOLS==0.6.0.1

Unix/macOs:

pip install EPANETTOOLS==0.6.0.1

EPANETTOOLS 0.5.0.62015-10-09T11:57:07Windows:

py -m pip install EPANETTOOLS==0.5.0.6

Unix/macOs:

pip install EPANETTOOLS==0.5.0.6

EPANETTOOLS 0.5.0.22015-10-09T09:36:17Windows:

py -m pip install EPANETTOOLS==0.5.0.2

Unix/macOs:

pip install EPANETTOOLS==0.5.0.2

EPANETTOOLS 0.5.0.12015-10-09T08:33:01Windows:

py -m pip install EPANETTOOLS==0.5.0.1

Unix/macOs:

pip install EPANETTOOLS==0.5.0.1

EPANETTOOLS 0.4.0.12014-09-12T08:11:16Windows:

py -m pip install EPANETTOOLS==0.4.0.1

Unix/macOs:

pip install EPANETTOOLS==0.4.0.1

EPANETTOOLS 0.4.0.02014-09-11T21:31:04Windows:

py -m pip install EPANETTOOLS==0.4.0.0

Unix/macOs:

pip install EPANETTOOLS==0.4.0.0

EPANETTOOLS 0.2.3.02013-01-08T14:39:39Windows:

py -m pip install EPANETTOOLS==0.2.3.0

Unix/macOs:

pip install EPANETTOOLS==0.2.3.0

EPANETTOOLS 0.2.2.02013-01-07T22:50:40Windows:

py -m pip install EPANETTOOLS==0.2.2.0

Unix/macOs:

pip install EPANETTOOLS==0.2.2.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_EPANETTOOLS_downloaded_file>

On Unix/macOs:

pip install <path_to_EPANETTOOLS_downloaded_file>


List distribution:

- EPANETTOOLS-0.2.2.0.win32-py2.7.exe
- EPANETTOOLS-0.2.2.0.zip
- EPANETTOOLS-0.2.3.0.win32-py2.7.exe
- EPANETTOOLS-0.2.3.0.zip
- EPANETTOOLS-0.4.0.0-cp27-none-win32.whl
- EPANETTOOLS-0.4.0.0.win32-py2.7.exe
- EPANETTOOLS-0.4.0.0.zip
- EPANETTOOLS-0.4.0.1-cp27-none-win32.whl
- EPANETTOOLS-0.4.0.1-cp27-none-win_amd64.whl
- EPANETTOOLS-0.4.0.1-cp33-none-win32.whl
- EPANETTOOLS-0.4.0.1-cp33-none-win_amd64.whl
- EPANETTOOLS-0.4.0.1.win-amd64-py2.7.exe
- EPANETTOOLS-0.4.0.1.win-amd64-py3.3.exe
- EPANETTOOLS-0.4.0.1.win32-py2.7.exe
- EPANETTOOLS-0.4.0.1.win32-py3.3.exe
- EPANETTOOLS-0.4.0.1.zip
- EPANETTOOLS-0.5.0.1.zip
- EPANETTOOLS-0.5.0.2.zip
- EPANETTOOLS-0.5.0.6.zip
- EPANETTOOLS-0.6.0.1_2.zip
- EPANETTOOLS-0.6.0.3.zip
- epanettools-0.7.0-cp27-cp27m-win32.whl
- epanettools-0.7.0-cp27-cp27m-win_amd64.whl
- epanettools-0.7.0-cp33-cp33m-win32.whl
- epanettools-0.7.0-cp33-cp33m-win_amd64.whl
- epanettools-0.7.0-cp34-cp34m-win32.whl
- epanettools-0.7.0-cp34-cp34m-win_amd64.whl
- epanettools-0.7.0.zip
- epanettools-0.7.1-cp27-cp27m-win32.whl
- epanettools-0.7.1-cp27-cp27m-win_amd64.whl
- epanettools-0.7.1-cp33-cp33m-win32.whl
- epanettools-0.7.1-cp33-cp33m-win_amd64.whl
- epanettools-0.7.1-cp34-cp34m-win32.whl
- epanettools-0.7.1-cp34-cp34m-win_amd64.whl
- epanettools-0.7.1.zip
- epanettools-0.7.2-cp27-cp27m-win32.whl
- epanettools-0.7.2-cp27-cp27m-win_amd64.whl
- epanettools-0.7.2-cp33-cp33m-win32.whl
- epanettools-0.7.2-cp33-cp33m-win_amd64.whl
- epanettools-0.7.2-cp34-cp34m-win32.whl
- epanettools-0.7.2-cp34-cp34m-win_amd64.whl
- epanettools-0.7.2-py2.7-linux-x86_64.egg
- epanettools-0.7.2-py3.3-linux-x86_64.egg
- epanettools-0.7.2-py3.4-linux-x86_64.egg
- epanettools-0.7.2-py3.5-linux-x86_64.egg
- epanettools-0.7.2.tar.gz
- EPANETTOOLS-0.8.0-cp27-cp27m-win32.whl
- EPANETTOOLS-0.8.0-cp27-cp27m-win_amd64.whl
- EPANETTOOLS-0.8.0-cp33-cp33m-win32.whl
- EPANETTOOLS-0.8.0-cp33-cp33m-win_amd64.whl
- EPANETTOOLS-0.8.0-cp34-cp34m-win32.whl
- EPANETTOOLS-0.8.0-cp34-cp34m-win_amd64.whl
- EPANETTOOLS-0.8.0-py2.7-linux-x86_64.egg
- EPANETTOOLS-0.8.0-py3.3-linux-x86_64.egg
- EPANETTOOLS-0.8.0-py3.4-linux-x86_64.egg
- EPANETTOOLS-0.8.0-py3.5-linux-x86_64.egg
- EPANETTOOLS-0.8.0.tar.gz
- EPANETTOOLS-0.9.0-cp27-cp27m-win32.whl
- EPANETTOOLS-0.9.0-cp27-cp27m-win_amd64.whl
- EPANETTOOLS-0.9.0-cp33-cp33m-win32.whl
- EPANETTOOLS-0.9.0-cp33-cp33m-win_amd64.whl
- EPANETTOOLS-0.9.0-cp34-cp34m-win32.whl
- EPANETTOOLS-0.9.0-cp34-cp34m-win_amd64.whl
- EPANETTOOLS-0.9.0-py2.7-linux-x86_64.egg
- EPANETTOOLS-0.9.0-py3.3-linux-x86_64.egg
- EPANETTOOLS-0.9.0-py3.4-linux-x86_64.egg
- EPANETTOOLS-0.9.0-py3.5-linux-x86_64.egg
- EPANETTOOLS-0.9.0.tar.gz
- EPANETTOOLS-0.9.1-cp27-cp27m-win32.whl
- EPANETTOOLS-0.9.1-cp27-cp27m-win_amd64.whl
- EPANETTOOLS-0.9.1-cp33-cp33m-win32.whl
- EPANETTOOLS-0.9.1-cp33-cp33m-win_amd64.whl
- EPANETTOOLS-0.9.1-cp34-cp34m-win32.whl
- EPANETTOOLS-0.9.1-cp34-cp34m-win_amd64.whl
- EPANETTOOLS-0.9.1-py2.7-linux-x86_64.egg
- EPANETTOOLS-0.9.1-py3.3-linux-x86_64.egg
- EPANETTOOLS-0.9.1-py3.4-linux-x86_64.egg
- EPANETTOOLS-0.9.1-py3.5-linux-x86_64.egg
- EPANETTOOLS-0.9.1.tar.gz
- EPANETTOOLS-0.9.2-cp27-cp27m-win32.whl
- EPANETTOOLS-0.9.2-cp27-cp27m-win_amd64.whl
- EPANETTOOLS-0.9.2-cp33-cp33m-win32.whl
- EPANETTOOLS-0.9.2-cp33-cp33m-win_amd64.whl
- EPANETTOOLS-0.9.2-cp34-cp34m-win32.whl
- EPANETTOOLS-0.9.2-cp34-cp34m-win_amd64.whl
- EPANETTOOLS-0.9.2-py2.7-linux-x86_64.egg
- EPANETTOOLS-0.9.2-py3.3-linux-x86_64.egg
- EPANETTOOLS-0.9.2-py3.4-linux-x86_64.egg
- EPANETTOOLS-0.9.2-py3.5-linux-x86_64.egg
- EPANETTOOLS-0.9.2-py3.6-win-amd64.egg
- EPANETTOOLS-0.9.2-py3.7-win32.egg
- EPANETTOOLS-0.9.2.tar.gz
- EPANETTOOLS-0.9.2.zip
- EPANETTOOLS-1.0.0-cp37-cp37m-win32.whl
- EPANETTOOLS-1.0.0-cp37-cp37m-win_amd64.whl
- EPANETTOOLS-1.0.0.tar.gz
- EPANETTOOLS-1.0.0.win-amd64-py3.7.exe
- EPANETTOOLS-1.0.0.win32-py3.7.exe


Project link:

- Homepage