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

How to install Longbow via python pip




Longbow - Biomolecular simulation remote job submission tool., it belongs to Classifiers:

- Operating System :: MacOS :: MacOS X
- Operating System :: Unix
- Topic :: Scientific/Engineering :: Bio-Informatics
- Topic :: Scientific/Engineering :: Chemistry
- Topic :: System
- Topic :: System :: Distributed Computing

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



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_Longbow_env

- Active the virtual environment

test_Longbow_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_Longbow_env

- Active the virtual environment

source test_Longbow_env/bin/active


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

To install Longbow on Windows(CMD):

py -m pip install Longbow

To install Longbow on Unix/macOs:

pip install Longbow


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

Example:

pip install Longbow==1.0.0


Please see the version list below table:

VersionReleased dateCommand
Longbow 1.5.22018-09-28T15:15:49Windows:

py -m pip install Longbow==1.5.2

Unix/macOs:

pip install Longbow==1.5.2

Longbow 1.5.12018-04-25T14:07:05Windows:

py -m pip install Longbow==1.5.1

Unix/macOs:

pip install Longbow==1.5.1

Longbow 1.5.02017-07-07T09:47:45Windows:

py -m pip install Longbow==1.5.0

Unix/macOs:

pip install Longbow==1.5.0

Longbow 1.4.02017-01-12T15:31:41Windows:

py -m pip install Longbow==1.4.0

Unix/macOs:

pip install Longbow==1.4.0

Longbow 1.3.22016-10-14T14:22:38Windows:

py -m pip install Longbow==1.3.2

Unix/macOs:

pip install Longbow==1.3.2

Longbow 1.3.12016-09-20T14:07:54Windows:

py -m pip install Longbow==1.3.1

Unix/macOs:

pip install Longbow==1.3.1

Longbow 1.3.02016-09-09T12:17:42Windows:

py -m pip install Longbow==1.3.0

Unix/macOs:

pip install Longbow==1.3.0

Longbow 1.2.12016-08-03T13:23:25Windows:

py -m pip install Longbow==1.2.1

Unix/macOs:

pip install Longbow==1.2.1

Longbow 1.2.02016-06-06T16:41:05Windows:

py -m pip install Longbow==1.2.0

Unix/macOs:

pip install Longbow==1.2.0

Longbow 1.1.62016-04-27T11:23:43Windows:

py -m pip install Longbow==1.1.6

Unix/macOs:

pip install Longbow==1.1.6

Longbow 1.1.52016-02-09T16:57:22Windows:

py -m pip install Longbow==1.1.5

Unix/macOs:

pip install Longbow==1.1.5

Longbow 1.01.0042015-12-09T15:09:59Windows:

py -m pip install Longbow==1.01.004

Unix/macOs:

pip install Longbow==1.01.004

Longbow 1.01.0032015-12-02T14:27:23Windows:

py -m pip install Longbow==1.01.003

Unix/macOs:

pip install Longbow==1.01.003

Longbow 1.01.0012015-12-02T14:20:20Windows:

py -m pip install Longbow==1.01.001

Unix/macOs:

pip install Longbow==1.01.001

Longbow 1.01.0002015-09-07T10:13:05Windows:

py -m pip install Longbow==1.01.000

Unix/macOs:

pip install Longbow==1.01.000

Longbow 1.00.0022015-07-09T08:26:39Windows:

py -m pip install Longbow==1.00.002

Unix/macOs:

pip install Longbow==1.00.002

Longbow 1.00.0012015-06-29T15:01:54Windows:

py -m pip install Longbow==1.00.001

Unix/macOs:

pip install Longbow==1.00.001

Longbow 1.0.02016-09-23T13:23:22Windows:

py -m pip install Longbow==1.0.0

Unix/macOs:

pip install Longbow==1.0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Longbow_downloaded_file>

On Unix/macOs:

pip install <path_to_Longbow_downloaded_file>


List distribution:

- Longbow-1.0.0.tar.gz
- Longbow-1.00.001.tar.gz
- Longbow-1.00.002.tar.gz
- Longbow-1.01.000.tar.gz
- Longbow-1.01.001.tar.gz
- Longbow-1.01.003.tar.gz
- Longbow-1.01.004.tar.gz
- Longbow-1.1.5a.tar.gz
- Longbow-1.1.6.tar.gz
- Longbow-1.2.0.tar.gz
- Longbow-1.2.1.tar.gz
- Longbow-1.3.0.tar.gz
- Longbow-1.3.1.tar.gz
- Longbow-1.3.2.tar.gz
- Longbow-1.4.0.tar.gz
- Longbow-1.5.0.tar.gz
- Longbow-1.5.1.tar.gz
- Longbow-1.5.2.tar.gz


Project link:

- Homepage