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

How to install gstools-core via python pip




gstools-core - The core functions of GSTools, it belongs to Classifiers:

- Intended Audience :: Education
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
- Programming Language :: Python :: 3 :: Only
- Topic :: Scientific/Engineering :: GIS
- Topic :: Scientific/Engineering :: Hydrology
- Topic :: Scientific/Engineering :: Mathematics
- Topic :: Scientific/Engineering :: Physics
- Topic :: Utilities

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



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_gstools-core_env

- Active the virtual environment

test_gstools-core_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_gstools-core_env

- Active the virtual environment

source test_gstools-core_env/bin/active


Step 2: OK, now, let flow below content to start the installation gstools-core

To install gstools-core on Windows(CMD):

py -m pip install gstools-core

To install gstools-core on Unix/macOs:

pip install gstools-core


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

Example:

pip install gstools-core==0.1.0


Please see the version list below table:

VersionReleased dateCommand
gstools-core 0.2.22022-01-31T22:13:43Windows:

py -m pip install gstools-core==0.2.2

Unix/macOs:

pip install gstools-core==0.2.2

gstools-core 0.2.12022-01-30T18:23:16Windows:

py -m pip install gstools-core==0.2.1

Unix/macOs:

pip install gstools-core==0.2.1

gstools-core 0.2.02021-11-30T18:41:05Windows:

py -m pip install gstools-core==0.2.0

Unix/macOs:

pip install gstools-core==0.2.0

gstools-core 0.1.22021-10-27T15:57:19Windows:

py -m pip install gstools-core==0.1.2

Unix/macOs:

pip install gstools-core==0.1.2

gstools-core 0.1.02021-08-26T11:46:27Windows:

py -m pip install gstools-core==0.1.0

Unix/macOs:

pip install gstools-core==0.1.0


Step 4: Otherwise, you can install gstools-core from local archives:

Download the distribution file from gstools_core-0.2.2.tar.gz or the specific gstools-core version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_gstools-core_downloaded_file>

On Unix/macOs:

pip install <path_to_gstools-core_downloaded_file>


List distribution:

- gstools_core-0.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.0-cp310-none-win_amd64.whl
- gstools_core-0.1.0-cp36-cp36m-macosx_10_7_x86_64.whl
- gstools_core-0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.0-cp36-none-win_amd64.whl
- gstools_core-0.1.0-cp37-cp37m-macosx_10_7_x86_64.whl
- gstools_core-0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.0-cp37-none-win_amd64.whl
- gstools_core-0.1.0-cp38-cp38-macosx_10_7_x86_64.whl
- gstools_core-0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.0-cp38-none-win_amd64.whl
- gstools_core-0.1.0-cp39-cp39-macosx_10_7_x86_64.whl
- gstools_core-0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.0-cp39-none-win_amd64.whl
- gstools_core-0.1.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp310-none-win_amd64.whl
- gstools_core-0.1.2-cp36-cp36m-macosx_10_7_x86_64.whl
- gstools_core-0.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp36-none-win_amd64.whl
- gstools_core-0.1.2-cp37-cp37m-macosx_10_7_x86_64.whl
- gstools_core-0.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp37-none-win_amd64.whl
- gstools_core-0.1.2-cp38-cp38-macosx_10_7_x86_64.whl
- gstools_core-0.1.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp38-none-win_amd64.whl
- gstools_core-0.1.2-cp39-cp39-macosx_10_7_x86_64.whl
- gstools_core-0.1.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.1.2-cp39-none-win_amd64.whl
- gstools_core-0.1.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- gstools_core-0.2.0-cp36-abi3-macosx_10_7_x86_64.whl (python version >=3.6)
- gstools_core-0.2.0-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.6)
- gstools_core-0.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (python version >=3.6)
- gstools_core-0.2.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.6)
- gstools_core-0.2.0-cp36-abi3-win32.whl (python version >=3.6)
- gstools_core-0.2.0-cp36-abi3-win_amd64.whl (python version >=3.6)
- gstools_core-0.2.0.tar.gz (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-macosx_10_7_x86_64.whl (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-win32.whl (python version >=3.6)
- gstools_core-0.2.1-cp36-abi3-win_amd64.whl (python version >=3.6)
- gstools_core-0.2.1.tar.gz (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-macosx_10_7_x86_64.whl (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-win32.whl (python version >=3.6)
- gstools_core-0.2.2-cp36-abi3-win_amd64.whl (python version >=3.6)
- gstools_core-0.2.2.tar.gz (python version >=3.6)


Project link:

- Homepage
- Changelog
- Documentation
- Source
- Tracker