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

How to install NEMtropy via python pip




NEMtropy - NEMtropy is a Maximum-Entropy toolbox for networks, it provides the user with a state of the art solver for a range variety of Maximum Entropy Networks models derived from the ERGM family. This module allows you to solve the desired model and generate a number of randomized graphs from the original one: the so-called graphs ensemble., it belongs to Classifiers:

- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)

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



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_NEMtropy_env

- Active the virtual environment

test_NEMtropy_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_NEMtropy_env

- Active the virtual environment

source test_NEMtropy_env/bin/active


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

To install NEMtropy on Windows(CMD):

py -m pip install NEMtropy

To install NEMtropy on Unix/macOs:

pip install NEMtropy


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

Example:

pip install NEMtropy==1.0.2


Please see the version list below table:

VersionReleased dateCommand
NEMtropy 2.1.12022-06-23T16:40:21Windows:

py -m pip install NEMtropy==2.1.1

Unix/macOs:

pip install NEMtropy==2.1.1

NEMtropy 2.1.02022-06-23T10:12:07Windows:

py -m pip install NEMtropy==2.1.0

Unix/macOs:

pip install NEMtropy==2.1.0

NEMtropy 2.0.62021-06-11T13:19:19Windows:

py -m pip install NEMtropy==2.0.6

Unix/macOs:

pip install NEMtropy==2.0.6

NEMtropy 2.0.52021-04-14T20:44:49Windows:

py -m pip install NEMtropy==2.0.5

Unix/macOs:

pip install NEMtropy==2.0.5

NEMtropy 2.0.42021-03-31T12:21:47Windows:

py -m pip install NEMtropy==2.0.4

Unix/macOs:

pip install NEMtropy==2.0.4

NEMtropy 2.0.32021-03-10T10:17:31Windows:

py -m pip install NEMtropy==2.0.3

Unix/macOs:

pip install NEMtropy==2.0.3

NEMtropy 2.0.22021-02-26T15:59:23Windows:

py -m pip install NEMtropy==2.0.2

Unix/macOs:

pip install NEMtropy==2.0.2

NEMtropy 2.0.12021-02-16T10:21:26Windows:

py -m pip install NEMtropy==2.0.1

Unix/macOs:

pip install NEMtropy==2.0.1

NEMtropy 2.0.02021-02-15T22:07:06Windows:

py -m pip install NEMtropy==2.0.0

Unix/macOs:

pip install NEMtropy==2.0.0

NEMtropy 1.0.62021-02-13T15:33:46Windows:

py -m pip install NEMtropy==1.0.6

Unix/macOs:

pip install NEMtropy==1.0.6

NEMtropy 1.0.52021-02-09T23:06:35Windows:

py -m pip install NEMtropy==1.0.5

Unix/macOs:

pip install NEMtropy==1.0.5

NEMtropy 1.0.42021-02-06T01:10:06Windows:

py -m pip install NEMtropy==1.0.4

Unix/macOs:

pip install NEMtropy==1.0.4

NEMtropy 1.0.32021-02-05T17:44:07Windows:

py -m pip install NEMtropy==1.0.3

Unix/macOs:

pip install NEMtropy==1.0.3

NEMtropy 1.0.22021-01-29T00:04:54Windows:

py -m pip install NEMtropy==1.0.2

Unix/macOs:

pip install NEMtropy==1.0.2


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_NEMtropy_downloaded_file>

On Unix/macOs:

pip install <path_to_NEMtropy_downloaded_file>


List distribution:

- NEMtropy-1.0.2.tar.gz
- NEMtropy-1.0.3-py2-none-any.whl
- NEMtropy-1.0.3-py3-none-any.whl
- NEMtropy-1.0.3.tar.gz
- NEMtropy-1.0.4-py3-none-any.whl
- NEMtropy-1.0.4.tar.gz
- NEMtropy-1.0.5-py3-none-any.whl
- NEMtropy-1.0.5.tar.gz
- NEMtropy-1.0.6-py3-none-any.whl
- NEMtropy-1.0.6.tar.gz
- NEMtropy-2.0.0-py3-none-any.whl
- NEMtropy-2.0.0.tar.gz
- NEMtropy-2.0.1-py3-none-any.whl
- NEMtropy-2.0.1.tar.gz
- NEMtropy-2.0.2-py3-none-any.whl
- NEMtropy-2.0.2.tar.gz
- NEMtropy-2.0.3-py3-none-any.whl
- NEMtropy-2.0.3.tar.gz
- NEMtropy-2.0.4-py3-none-any.whl
- NEMtropy-2.0.4.tar.gz
- NEMtropy-2.0.5-py3-none-any.whl
- NEMtropy-2.0.5.tar.gz
- NEMtropy-2.0.6-py3-none-any.whl
- NEMtropy-2.0.6.tar.gz
- NEMtropy-2.1.0-py3-none-any.whl
- NEMtropy-2.1.0.tar.gz
- NEMtropy-2.1.1-py3-none-any.whl
- NEMtropy-2.1.1.tar.gz


Project link:

- Homepage
- Download