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

How to install UWGeodynamics via python pip




UWGeodynamics - Underworld Geodynamics wrapper, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Programming Language :: Python :: 3.3
- Topic :: Software Development :: Build Tools

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



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_UWGeodynamics_env

- Active the virtual environment

test_UWGeodynamics_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_UWGeodynamics_env

- Active the virtual environment

source test_UWGeodynamics_env/bin/active


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

To install UWGeodynamics on Windows(CMD):

py -m pip install UWGeodynamics

To install UWGeodynamics on Unix/macOs:

pip install UWGeodynamics


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

Example:

pip install UWGeodynamics==0.1.dev1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
UWGeodynamics 2.12.52022-03-31T00:45:01Windows:

py -m pip install UWGeodynamics==2.12.5

Unix/macOs:

pip install UWGeodynamics==2.12.5

UWGeodynamics 2.12.42022-03-01T05:34:05Windows:

py -m pip install UWGeodynamics==2.12.4

Unix/macOs:

pip install UWGeodynamics==2.12.4

UWGeodynamics 2.12.02022-01-17T23:17:02Windows:

py -m pip install UWGeodynamics==2.12.0

Unix/macOs:

pip install UWGeodynamics==2.12.0

UWGeodynamics 2.11.02021-10-27T23:17:17Windows:

py -m pip install UWGeodynamics==2.11.0

Unix/macOs:

pip install UWGeodynamics==2.11.0

UWGeodynamics 2.10.52021-01-07T03:51:07Windows:

py -m pip install UWGeodynamics==2.10.5

Unix/macOs:

pip install UWGeodynamics==2.10.5

UWGeodynamics 2.10.22020-11-06T01:13:06Windows:

py -m pip install UWGeodynamics==2.10.2

Unix/macOs:

pip install UWGeodynamics==2.10.2

UWGeodynamics 2.10.12020-08-27T00:13:42Windows:

py -m pip install UWGeodynamics==2.10.1

Unix/macOs:

pip install UWGeodynamics==2.10.1

UWGeodynamics 2.9.52020-04-21T04:37:11Windows:

py -m pip install UWGeodynamics==2.9.5

Unix/macOs:

pip install UWGeodynamics==2.9.5

UWGeodynamics 2.8.52019-11-12T22:34:21Windows:

py -m pip install UWGeodynamics==2.8.5

Unix/macOs:

pip install UWGeodynamics==2.8.5

UWGeodynamics 2.8.42019-10-15T23:20:38Windows:

py -m pip install UWGeodynamics==2.8.4

Unix/macOs:

pip install UWGeodynamics==2.8.4

UWGeodynamics 2.8.12019-08-13T01:49:11Windows:

py -m pip install UWGeodynamics==2.8.1

Unix/macOs:

pip install UWGeodynamics==2.8.1

UWGeodynamics 2.7.72019-04-12T06:04:13Windows:

py -m pip install UWGeodynamics==2.7.7

Unix/macOs:

pip install UWGeodynamics==2.7.7

UWGeodynamics 2.7.52019-04-01T05:12:44Windows:

py -m pip install UWGeodynamics==2.7.5

Unix/macOs:

pip install UWGeodynamics==2.7.5

UWGeodynamics 2.6.12019-02-07T00:54:09Windows:

py -m pip install UWGeodynamics==2.6.1

Unix/macOs:

pip install UWGeodynamics==2.6.1

UWGeodynamics 1.0.12018-12-07T02:48:12Windows:

py -m pip install UWGeodynamics==1.0.1

Unix/macOs:

pip install UWGeodynamics==1.0.1

UWGeodynamics 1.0.02018-12-07T02:31:51Windows:

py -m pip install UWGeodynamics==1.0.0

Unix/macOs:

pip install UWGeodynamics==1.0.0

UWGeodynamics 0.9.82018-11-15T20:24:29Windows:

py -m pip install UWGeodynamics==0.9.8

Unix/macOs:

pip install UWGeodynamics==0.9.8

UWGeodynamics 0.9.32018-10-03T16:12:58Windows:

py -m pip install UWGeodynamics==0.9.3

Unix/macOs:

pip install UWGeodynamics==0.9.3

UWGeodynamics 0.9.22018-10-03T16:01:06Windows:

py -m pip install UWGeodynamics==0.9.2

Unix/macOs:

pip install UWGeodynamics==0.9.2

UWGeodynamics 0.9.12018-10-03T15:36:04Windows:

py -m pip install UWGeodynamics==0.9.1

Unix/macOs:

pip install UWGeodynamics==0.9.1

UWGeodynamics 0.6.12018-06-27T04:09:45Windows:

py -m pip install UWGeodynamics==0.6.1

Unix/macOs:

pip install UWGeodynamics==0.6.1

UWGeodynamics 0.6.02018-06-27T04:05:58Windows:

py -m pip install UWGeodynamics==0.6.0

Unix/macOs:

pip install UWGeodynamics==0.6.0

UWGeodynamics 0.4.22018-05-23T02:39:43Windows:

py -m pip install UWGeodynamics==0.4.2

Unix/macOs:

pip install UWGeodynamics==0.4.2

UWGeodynamics 0.4.12018-05-23T02:35:26Windows:

py -m pip install UWGeodynamics==0.4.1

Unix/macOs:

pip install UWGeodynamics==0.4.1

UWGeodynamics 0.4.02018-05-23T02:33:26Windows:

py -m pip install UWGeodynamics==0.4.0

Unix/macOs:

pip install UWGeodynamics==0.4.0

UWGeodynamics 0.3.42018-03-31T03:59:58Windows:

py -m pip install UWGeodynamics==0.3.4

Unix/macOs:

pip install UWGeodynamics==0.3.4

UWGeodynamics 0.3.32018-03-31T03:56:53Windows:

py -m pip install UWGeodynamics==0.3.3

Unix/macOs:

pip install UWGeodynamics==0.3.3

UWGeodynamics 0.3.12018-03-31T03:48:37Windows:

py -m pip install UWGeodynamics==0.3.1

Unix/macOs:

pip install UWGeodynamics==0.3.1

UWGeodynamics 0.22018-03-11T06:07:19Windows:

py -m pip install UWGeodynamics==0.2

Unix/macOs:

pip install UWGeodynamics==0.2

UWGeodynamics 0.1.22018-02-12T07:16:11Windows:

py -m pip install UWGeodynamics==0.1.2

Unix/macOs:

pip install UWGeodynamics==0.1.2


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

Download the distribution file from UWGeodynamics-2.12.5-py2.py3-none-any.whl or the specific UWGeodynamics version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_UWGeodynamics_downloaded_file>

On Unix/macOs:

pip install <path_to_UWGeodynamics_downloaded_file>


List distribution:


Project link:

- Homepage