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

How to install pystarport via python pip




pystarport - Spawn local devnets for cosmos-sdk chains, it belongs to Classifiers:

- License :: Other/Proprietary License

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



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_pystarport_env

- Active the virtual environment

test_pystarport_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_pystarport_env

- Active the virtual environment

source test_pystarport_env/bin/active


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

To install pystarport on Windows(CMD):

py -m pip install pystarport

To install pystarport on Unix/macOs:

pip install pystarport


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

Example:

pip install pystarport==0.1.0                                                                          yanked


Please see the version list below table:

VersionReleased dateCommand
pystarport 0.2.42022-02-18T09:43:40Windows:

py -m pip install pystarport==0.2.4

Unix/macOs:

pip install pystarport==0.2.4

pystarport 0.2.32021-12-03T09:43:54Windows:

py -m pip install pystarport==0.2.3

Unix/macOs:

pip install pystarport==0.2.3

pystarport 0.2.22021-07-07T01:32:06Windows:

py -m pip install pystarport==0.2.2

Unix/macOs:

pip install pystarport==0.2.2

pystarport 0.2.12021-06-18T07:32:48Windows:

py -m pip install pystarport==0.2.1

Unix/macOs:

pip install pystarport==0.2.1

pystarport 0.2.02021-06-09T02:19:11Windows:

py -m pip install pystarport==0.2.0

Unix/macOs:

pip install pystarport==0.2.0

pystarport 0.1.12021-05-10T23:24:57Windows:

py -m pip install pystarport==0.1.1

Unix/macOs:

pip install pystarport==0.1.1

pystarport 0.1.0 yanked2021-05-10T23:13:47Windows:

py -m pip install pystarport==0.1.0                                                                          yanked

Unix/macOs:

pip install pystarport==0.1.0                                                                          yanked


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

Download the distribution file from pystarport-0.2.4-py3-none-any.whl or the specific pystarport version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pystarport_downloaded_file>

On Unix/macOs:

pip install <path_to_pystarport_downloaded_file>


List distribution:


Project link:

- Homepage
- Repository