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

How to install EzGM via python pip




EzGM - Toolbox for ground motion record selection and processing, it belongs to Classifiers:

- Operating System :: OS Independent
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9

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



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_EzGM_env

- Active the virtual environment

test_EzGM_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_EzGM_env

- Active the virtual environment

source test_EzGM_env/bin/active


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

To install EzGM on Windows(CMD):

py -m pip install EzGM

To install EzGM on Unix/macOs:

pip install EzGM


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

Example:

pip install EzGM==1.6.0


Please see the version list below table:

VersionReleased dateCommand
EzGM 1.6.5.52022-07-23T09:50:27Windows:

py -m pip install EzGM==1.6.5.5

Unix/macOs:

pip install EzGM==1.6.5.5

EzGM 1.6.5.42022-07-17T14:49:49Windows:

py -m pip install EzGM==1.6.5.4

Unix/macOs:

pip install EzGM==1.6.5.4

EzGM 1.6.5.32022-07-14T11:33:04Windows:

py -m pip install EzGM==1.6.5.3

Unix/macOs:

pip install EzGM==1.6.5.3

EzGM 1.6.5.22022-07-10T23:36:25Windows:

py -m pip install EzGM==1.6.5.2

Unix/macOs:

pip install EzGM==1.6.5.2

EzGM 1.6.5.12022-07-03T15:13:59Windows:

py -m pip install EzGM==1.6.5.1

Unix/macOs:

pip install EzGM==1.6.5.1

EzGM 1.6.5.02022-06-15T23:00:34Windows:

py -m pip install EzGM==1.6.5.0

Unix/macOs:

pip install EzGM==1.6.5.0

EzGM 1.6.4.32022-05-25T14:46:53Windows:

py -m pip install EzGM==1.6.4.3

Unix/macOs:

pip install EzGM==1.6.4.3

EzGM 1.6.4.22022-05-20T12:36:26Windows:

py -m pip install EzGM==1.6.4.2

Unix/macOs:

pip install EzGM==1.6.4.2

EzGM 1.6.4.12022-04-25T17:13:06Windows:

py -m pip install EzGM==1.6.4.1

Unix/macOs:

pip install EzGM==1.6.4.1

EzGM 1.6.3.52022-04-01T11:09:30Windows:

py -m pip install EzGM==1.6.3.5

Unix/macOs:

pip install EzGM==1.6.3.5

EzGM 1.6.3.32022-03-23T10:29:05Windows:

py -m pip install EzGM==1.6.3.3

Unix/macOs:

pip install EzGM==1.6.3.3

EzGM 1.6.22022-02-25T18:22:44Windows:

py -m pip install EzGM==1.6.2

Unix/macOs:

pip install EzGM==1.6.2

EzGM 1.6.12022-02-18T15:20:48Windows:

py -m pip install EzGM==1.6.1

Unix/macOs:

pip install EzGM==1.6.1

EzGM 1.6.02022-01-19T14:09:46Windows:

py -m pip install EzGM==1.6.0

Unix/macOs:

pip install EzGM==1.6.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_EzGM_downloaded_file>

On Unix/macOs:

pip install <path_to_EzGM_downloaded_file>


List distribution:

- EzGM-1.6.0-py3-none-any.whl (python version >=3.7)
- EzGM-1.6.0.tar.gz (python version >=3.7)
- EzGM-1.6.1-py3-none-any.whl (python version >=3.7)
- EzGM-1.6.1.tar.gz (python version >=3.7)
- EzGM-1.6.2-py3-none-any.whl (python version >=3.7)
- EzGM-1.6.2.tar.gz (python version >=3.7)
- EzGM-1.6.3.3-py3-none-any.whl (python version >=3.7)
- EzGM-1.6.3.3.tar.gz (python version >=3.7)
- EzGM-1.6.3.5-py3-none-any.whl (python version >=3.7)
- EzGM-1.6.3.5.tar.gz (python version >=3.7)
- EzGM-1.6.4.1-py3-none-any.whl (python version <3.9,>=3.7)
- EzGM-1.6.4.1.tar.gz (python version <3.9,>=3.7)
- EzGM-1.6.4.2-py3-none-any.whl (python version <3.9,>=3.7)
- EzGM-1.6.4.2.tar.gz (python version <3.9,>=3.7)
- EzGM-1.6.4.3-py3-none-any.whl (python version <3.9,>=3.7)
- EzGM-1.6.4.3.tar.gz (python version <3.9,>=3.7)
- EzGM-1.6.5.0-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.0.tar.gz (python version >3.7)
- EzGM-1.6.5.1-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.1.tar.gz (python version >3.7)
- EzGM-1.6.5.2-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.2.tar.gz (python version >3.7)
- EzGM-1.6.5.3-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.3.tar.gz (python version >3.7)
- EzGM-1.6.5.4-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.4.tar.gz (python version >3.7)
- EzGM-1.6.5.5-py3-none-any.whl (python version >3.7)
- EzGM-1.6.5.5.tar.gz (python version >3.7)
- EzGM-1.6.6.0-py3-none-any.whl (python version >3.7)
- EzGM-1.6.6.0.tar.gz (python version >3.7)


Project link:

- Homepage
- Bug Tracker