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

How to install porespy via python pip




porespy - A set of tools for analyzing 3D images of porous materials, it belongs to Classifiers:

- Topic :: Scientific/Engineering :: Physics

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



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_porespy_env

- Active the virtual environment

test_porespy_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_porespy_env

- Active the virtual environment

source test_porespy_env/bin/active


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

To install porespy on Windows(CMD):

py -m pip install porespy

To install porespy on Unix/macOs:

pip install porespy


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

Example:

pip install porespy==0.1


Please see the version list below table:

VersionReleased dateCommand
porespy 2.2.02022-08-23T02:04:42Windows:

py -m pip install porespy==2.2.0

Unix/macOs:

pip install porespy==2.2.0

porespy 2.12022-03-30T13:52:10Windows:

py -m pip install porespy==2.1

Unix/macOs:

pip install porespy==2.1

porespy 2.0.22021-07-27T22:44:23Windows:

py -m pip install porespy==2.0.2

Unix/macOs:

pip install porespy==2.0.2

porespy 2.0.12021-07-21T05:10:54Windows:

py -m pip install porespy==2.0.1

Unix/macOs:

pip install porespy==2.0.1

porespy 2.0.02021-07-20T23:42:12Windows:

py -m pip install porespy==2.0.0

Unix/macOs:

pip install porespy==2.0.0

porespy 1.3.12020-09-21T15:40:57Windows:

py -m pip install porespy==1.3.1

Unix/macOs:

pip install porespy==1.3.1

porespy 1.3.02020-09-04T15:12:24Windows:

py -m pip install porespy==1.3.0

Unix/macOs:

pip install porespy==1.3.0

porespy 1.2.02019-08-03T19:55:17Windows:

py -m pip install porespy==1.2.0

Unix/macOs:

pip install porespy==1.2.0

porespy 1.1.22019-04-28T20:46:49Windows:

py -m pip install porespy==1.1.2

Unix/macOs:

pip install porespy==1.1.2

porespy 1.1.02019-04-08T20:23:46Windows:

py -m pip install porespy==1.1.0

Unix/macOs:

pip install porespy==1.1.0

porespy 1.0.02019-02-09T21:36:32Windows:

py -m pip install porespy==1.0.0

Unix/macOs:

pip install porespy==1.0.0

porespy 0.4.22019-02-03T02:01:32Windows:

py -m pip install porespy==0.4.2

Unix/macOs:

pip install porespy==0.4.2

porespy 0.4.12019-01-20T04:24:16Windows:

py -m pip install porespy==0.4.1

Unix/macOs:

pip install porespy==0.4.1

porespy 0.4.02019-01-16T16:19:21Windows:

py -m pip install porespy==0.4.0

Unix/macOs:

pip install porespy==0.4.0

porespy 0.3.92018-01-15T17:21:48Windows:

py -m pip install porespy==0.3.9

Unix/macOs:

pip install porespy==0.3.9

porespy 0.3.62018-01-14T02:49:12Windows:

py -m pip install porespy==0.3.6

Unix/macOs:

pip install porespy==0.3.6

porespy 0.3.52017-09-15T18:06:32Windows:

py -m pip install porespy==0.3.5

Unix/macOs:

pip install porespy==0.3.5

porespy 0.3.42017-09-03T03:51:02Windows:

py -m pip install porespy==0.3.4

Unix/macOs:

pip install porespy==0.3.4

porespy 0.12015-07-23T01:00:30Windows:

py -m pip install porespy==0.1

Unix/macOs:

pip install porespy==0.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_porespy_downloaded_file>

On Unix/macOs:

pip install <path_to_porespy_downloaded_file>


List distribution:


Project link:

- Homepage
- Download
- Documentation
- Source
- Tracker