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

How to install beluga via python pip




beluga - A general purpose indirect trajectory optimization framework., it belongs to Classifiers:

- Topic :: Scientific/Engineering :: Mathematics
- Topic :: Scientific/Engineering :: Physics

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



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_beluga_env

- Active the virtual environment

test_beluga_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_beluga_env

- Active the virtual environment

source test_beluga_env/bin/active


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

To install beluga on Windows(CMD):

py -m pip install beluga

To install beluga on Unix/macOs:

pip install beluga


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

Example:

pip install beluga==0.1.0


Please see the version list below table:

VersionReleased dateCommand
beluga 0.4.0.12021-06-10T02:56:23Windows:

py -m pip install beluga==0.4.0.1

Unix/macOs:

pip install beluga==0.4.0.1

beluga 0.3.32019-12-04T17:42:35Windows:

py -m pip install beluga==0.3.3

Unix/macOs:

pip install beluga==0.3.3

beluga 0.3.22019-08-21T15:47:54Windows:

py -m pip install beluga==0.3.2

Unix/macOs:

pip install beluga==0.3.2

beluga 0.3.12019-07-01T19:42:59Windows:

py -m pip install beluga==0.3.1

Unix/macOs:

pip install beluga==0.3.1

beluga 0.3.02019-05-01T18:01:46Windows:

py -m pip install beluga==0.3.0

Unix/macOs:

pip install beluga==0.3.0

beluga 0.2.42019-02-25T18:28:05Windows:

py -m pip install beluga==0.2.4

Unix/macOs:

pip install beluga==0.2.4

beluga 0.2.32018-10-03T16:20:47Windows:

py -m pip install beluga==0.2.3

Unix/macOs:

pip install beluga==0.2.3

beluga 0.2.22018-09-05T21:32:23Windows:

py -m pip install beluga==0.2.2

Unix/macOs:

pip install beluga==0.2.2

beluga 0.2.12018-07-24T20:28:20Windows:

py -m pip install beluga==0.2.1

Unix/macOs:

pip install beluga==0.2.1

beluga 0.2.02018-07-16T15:39:13Windows:

py -m pip install beluga==0.2.0

Unix/macOs:

pip install beluga==0.2.0

beluga 0.1.62018-06-27T17:09:36Windows:

py -m pip install beluga==0.1.6

Unix/macOs:

pip install beluga==0.1.6

beluga 0.1.52018-06-21T17:43:47Windows:

py -m pip install beluga==0.1.5

Unix/macOs:

pip install beluga==0.1.5

beluga 0.1.42018-06-13T22:43:49Windows:

py -m pip install beluga==0.1.4

Unix/macOs:

pip install beluga==0.1.4

beluga 0.1.22018-05-21T20:36:03Windows:

py -m pip install beluga==0.1.2

Unix/macOs:

pip install beluga==0.1.2

beluga 0.1.02018-05-15T18:01:07Windows:

py -m pip install beluga==0.1.0

Unix/macOs:

pip install beluga==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_beluga_downloaded_file>

On Unix/macOs:

pip install <path_to_beluga_downloaded_file>


List distribution:

- beluga-0.1.0-py3-none-any.whl
- beluga-0.1.0.tar.gz
- beluga-0.1.2-py3-none-any.whl
- beluga-0.1.2.tar.gz
- beluga-0.1.4-py3-none-any.whl
- beluga-0.1.4.tar.gz
- beluga-0.1.5-py3-none-any.whl
- beluga-0.1.5.tar.gz
- beluga-0.1.6-py3-none-any.whl
- beluga-0.1.6.tar.gz
- beluga-0.2.0-py3-none-any.whl
- beluga-0.2.0.tar.gz
- beluga-0.2.1-py3-none-any.whl
- beluga-0.2.1.tar.gz
- beluga-0.2.2-py3-none-any.whl (python version >3.5)
- beluga-0.2.2.tar.gz (python version >3.5)
- beluga-0.2.3-py3-none-any.whl (python version >3.5)
- beluga-0.2.3.tar.gz (python version >3.5)
- beluga-0.2.4rc1-py3-none-any.whl (python version >3.5)
- beluga-0.2.4rc1.tar.gz (python version >3.5)
- beluga-0.2.4rc2-py3-none-any.whl (python version >3.5)
- beluga-0.2.4rc2.tar.gz (python version >3.5)
- beluga-0.2.4-py3-none-any.whl (python version >3.5)
- beluga-0.2.4.tar.gz (python version >3.5)
- beluga-0.3.0-py3-none-any.whl (python version >3.5)
- beluga-0.3.0.tar.gz (python version >3.5)
- beluga-0.3.1-py3-none-any.whl (python version >3.5)
- beluga-0.3.1.tar.gz (python version >3.5)
- beluga-0.3.2-py3-none-any.whl (python version >3.5)
- beluga-0.3.2.tar.gz (python version >3.5)
- beluga-0.3.3-py3-none-any.whl (python version >3.5)
- beluga-0.3.3.tar.gz (python version >3.5)
- beluga-0.4.0.1-py3-none-any.whl (python version >3.7)
- beluga-0.4.0.1.tar.gz (python version >3.7)


Project link:

- Homepage