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

How to install fast-oad via python pip




fast-oad - FAST-OAD is a framework for performing rapid Overall Aircraft Design, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Topic :: Scientific/Engineering :: Physics

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



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_fast-oad_env

- Active the virtual environment

test_fast-oad_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_fast-oad_env

- Active the virtual environment

source test_fast-oad_env/bin/active


Step 2: OK, now, let flow below content to start the installation fast-oad

To install fast-oad on Windows(CMD):

py -m pip install fast-oad

To install fast-oad on Unix/macOs:

pip install fast-oad


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

Example:

pip install fast-oad==0.2.0b0                                                        pre-release                                      yanked


Please see the version list below table:

VersionReleased dateCommand
fast-oad 1.3.52022-07-30T12:46:05Windows:

py -m pip install fast-oad==1.3.5

Unix/macOs:

pip install fast-oad==1.3.5

fast-oad 1.3.42022-06-17T17:22:46Windows:

py -m pip install fast-oad==1.3.4

Unix/macOs:

pip install fast-oad==1.3.4

fast-oad 1.3.32022-05-20T08:51:21Windows:

py -m pip install fast-oad==1.3.3

Unix/macOs:

pip install fast-oad==1.3.3

fast-oad 1.3.22022-03-23T17:08:21Windows:

py -m pip install fast-oad==1.3.2

Unix/macOs:

pip install fast-oad==1.3.2

fast-oad 1.3.12022-03-21T16:38:06Windows:

py -m pip install fast-oad==1.3.1

Unix/macOs:

pip install fast-oad==1.3.1

fast-oad 1.3.0.post02022-02-25T08:26:35Windows:

py -m pip install fast-oad==1.3.0.post0

Unix/macOs:

pip install fast-oad==1.3.0.post0

fast-oad 1.3.0 yanked2022-02-24T11:11:52Windows:

py -m pip install fast-oad==1.3.0                                                                          yanked

Unix/macOs:

pip install fast-oad==1.3.0                                                                          yanked

fast-oad 1.2.12021-12-09T15:31:33Windows:

py -m pip install fast-oad==1.2.1

Unix/macOs:

pip install fast-oad==1.2.1

fast-oad 1.1.22021-11-09T10:38:28Windows:

py -m pip install fast-oad==1.1.2

Unix/macOs:

pip install fast-oad==1.1.2

fast-oad 1.1.12021-11-04T14:00:55Windows:

py -m pip install fast-oad==1.1.1

Unix/macOs:

pip install fast-oad==1.1.1

fast-oad 1.1.02021-10-12T08:13:32Windows:

py -m pip install fast-oad==1.1.0

Unix/macOs:

pip install fast-oad==1.1.0

fast-oad 1.0.52021-07-29T10:19:01Windows:

py -m pip install fast-oad==1.0.5

Unix/macOs:

pip install fast-oad==1.0.5

fast-oad 1.0.42021-06-08T19:19:04Windows:

py -m pip install fast-oad==1.0.4

Unix/macOs:

pip install fast-oad==1.0.4

fast-oad 1.0.32021-05-21T13:17:17Windows:

py -m pip install fast-oad==1.0.3

Unix/macOs:

pip install fast-oad==1.0.3

fast-oad 1.0.22021-04-16T14:35:16Windows:

py -m pip install fast-oad==1.0.2

Unix/macOs:

pip install fast-oad==1.0.2

fast-oad 1.0.12021-04-09T15:14:02Windows:

py -m pip install fast-oad==1.0.1

Unix/macOs:

pip install fast-oad==1.0.1

fast-oad 1.0.02021-04-01T18:16:23Windows:

py -m pip install fast-oad==1.0.0

Unix/macOs:

pip install fast-oad==1.0.0


Step 4: Otherwise, you can install fast-oad from local archives:

Download the distribution file from FAST-OAD-1.3.5.tar.gz or the specific fast-oad version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_fast-oad_downloaded_file>

On Unix/macOs:

pip install <path_to_fast-oad_downloaded_file>


List distribution:

- FAST-OAD-0.2.0b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.2.0b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.2.1b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.2.1b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.2.2b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.2.2b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.3.0b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.3.0b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.3.1b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.3.1b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.4.0b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.4.0b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.4.1b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.4.1b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.4.2b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.4.2b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.5.0b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.5.0b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.5.1b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.5.1b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.5.2b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.5.2b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.5.3b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.5.3b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.5.4b0.tar.gz (python version >=3.6.1,<4.0.0)
- FAST_OAD-0.5.4b0-py3-none-any.whl (python version >=3.6.1,<4.0.0)
- FAST-OAD-0.6.0a0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-0.6.0a0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.1.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.1-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.2.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.2-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.3.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.3-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.4.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.4-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.0.5.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.0.5-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.1.0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.1.0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.1.1.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.1.1-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.1.2.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.1.2-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.2.1.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.2.1-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.0.post0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.0.post0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.1.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.1-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.2.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.2-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.3.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.3-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.4.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.4-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.3.5.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.3.5-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.4.0.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.4.0-py3-none-any.whl (python version >=3.7,<4.0)
- FAST-OAD-1.4.1.tar.gz (python version >=3.7,<4.0)
- FAST_OAD-1.4.1-py3-none-any.whl (python version >=3.7,<4.0)


Project link:

- Homepage