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

How to install Forthon via python pip




Forthon - Fortran95 wrapper/code development package, it belongs to Classifiers:

- License :: Free To Use But Restricted
- Topic :: Software Development :: Build Tools

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



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_Forthon_env

- Active the virtual environment

test_Forthon_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_Forthon_env

- Active the virtual environment

source test_Forthon_env/bin/active


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

To install Forthon on Windows(CMD):

py -m pip install Forthon

To install Forthon on Unix/macOs:

pip install Forthon


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

Example:

pip install Forthon==0.7.5


Please see the version list below table:

VersionReleased dateCommand
Forthon 0.10.12022-07-13T18:30:43Windows:

py -m pip install Forthon==0.10.1

Unix/macOs:

pip install Forthon==0.10.1

Forthon 0.10.02022-05-11T16:38:08Windows:

py -m pip install Forthon==0.10.0

Unix/macOs:

pip install Forthon==0.10.0

Forthon 0.9.42020-12-03T23:23:22Windows:

py -m pip install Forthon==0.9.4

Unix/macOs:

pip install Forthon==0.9.4

Forthon 0.9.32020-10-23T21:57:28Windows:

py -m pip install Forthon==0.9.3

Unix/macOs:

pip install Forthon==0.9.3

Forthon 0.9.22020-10-23T21:52:06Windows:

py -m pip install Forthon==0.9.2

Unix/macOs:

pip install Forthon==0.9.2

Forthon 0.9.12020-10-23T21:18:35Windows:

py -m pip install Forthon==0.9.1

Unix/macOs:

pip install Forthon==0.9.1

Forthon 0.9.02020-10-23T17:24:59Windows:

py -m pip install Forthon==0.9.0

Unix/macOs:

pip install Forthon==0.9.0

Forthon 0.8.492020-08-13T23:09:02Windows:

py -m pip install Forthon==0.8.49

Unix/macOs:

pip install Forthon==0.8.49

Forthon 0.8.482020-08-13T22:47:10Windows:

py -m pip install Forthon==0.8.48

Unix/macOs:

pip install Forthon==0.8.48

Forthon 0.8.472020-06-10T00:43:53Windows:

py -m pip install Forthon==0.8.47

Unix/macOs:

pip install Forthon==0.8.47

Forthon 0.8.462020-06-06T06:51:13Windows:

py -m pip install Forthon==0.8.46

Unix/macOs:

pip install Forthon==0.8.46

Forthon 0.8.452020-05-29T00:35:52Windows:

py -m pip install Forthon==0.8.45

Unix/macOs:

pip install Forthon==0.8.45

Forthon 0.8.442020-03-27T23:56:00Windows:

py -m pip install Forthon==0.8.44

Unix/macOs:

pip install Forthon==0.8.44

Forthon 0.8.432020-02-06T21:30:42Windows:

py -m pip install Forthon==0.8.43

Unix/macOs:

pip install Forthon==0.8.43

Forthon 0.8.412020-01-16T22:38:30Windows:

py -m pip install Forthon==0.8.41

Unix/macOs:

pip install Forthon==0.8.41

Forthon 0.8.402020-01-03T05:14:56Windows:

py -m pip install Forthon==0.8.40

Unix/macOs:

pip install Forthon==0.8.40

Forthon 0.8.392020-01-03T03:43:12Windows:

py -m pip install Forthon==0.8.39

Unix/macOs:

pip install Forthon==0.8.39

Forthon 0.8.382020-01-03T03:29:12Windows:

py -m pip install Forthon==0.8.38

Unix/macOs:

pip install Forthon==0.8.38

Forthon 0.8.372019-11-13T00:50:53Windows:

py -m pip install Forthon==0.8.37

Unix/macOs:

pip install Forthon==0.8.37

Forthon 0.8.362019-10-30T23:36:44Windows:

py -m pip install Forthon==0.8.36

Unix/macOs:

pip install Forthon==0.8.36

Forthon 0.8.352019-03-02T04:37:42Windows:

py -m pip install Forthon==0.8.35

Unix/macOs:

pip install Forthon==0.8.35

Forthon 0.8.342019-01-11T22:13:21Windows:

py -m pip install Forthon==0.8.34

Unix/macOs:

pip install Forthon==0.8.34

Forthon 0.8.332018-12-18T21:26:36Windows:

py -m pip install Forthon==0.8.33

Unix/macOs:

pip install Forthon==0.8.33

Forthon 0.8.322018-10-19T20:48:34Windows:

py -m pip install Forthon==0.8.32

Unix/macOs:

pip install Forthon==0.8.32

Forthon 0.8.312018-07-12T20:00:58Windows:

py -m pip install Forthon==0.8.31

Unix/macOs:

pip install Forthon==0.8.31

Forthon 0.8.302018-05-21T23:49:44Windows:

py -m pip install Forthon==0.8.30

Unix/macOs:

pip install Forthon==0.8.30

Forthon 0.8.292017-12-15T21:38:56Windows:

py -m pip install Forthon==0.8.29

Unix/macOs:

pip install Forthon==0.8.29

Forthon 0.8.282017-12-15T19:43:38Windows:

py -m pip install Forthon==0.8.28

Unix/macOs:

pip install Forthon==0.8.28

Forthon 0.8.272017-09-14T20:54:43Windows:

py -m pip install Forthon==0.8.27

Unix/macOs:

pip install Forthon==0.8.27

Forthon 0.8.262017-05-03T23:55:23Windows:

py -m pip install Forthon==0.8.26

Unix/macOs:

pip install Forthon==0.8.26

Forthon 0.8.252017-05-02T15:56:37Windows:

py -m pip install Forthon==0.8.25

Unix/macOs:

pip install Forthon==0.8.25

Forthon 0.8.242017-03-17T00:50:22Windows:

py -m pip install Forthon==0.8.24

Unix/macOs:

pip install Forthon==0.8.24

Forthon 0.8.232016-07-22T22:30:30Windows:

py -m pip install Forthon==0.8.23

Unix/macOs:

pip install Forthon==0.8.23

Forthon 0.8.222016-05-25T18:17:31Windows:

py -m pip install Forthon==0.8.22

Unix/macOs:

pip install Forthon==0.8.22

Forthon 0.8.212016-04-15T18:17:48Windows:

py -m pip install Forthon==0.8.21

Unix/macOs:

pip install Forthon==0.8.21

Forthon 0.8.192016-04-01T23:42:35Windows:

py -m pip install Forthon==0.8.19

Unix/macOs:

pip install Forthon==0.8.19

Forthon 0.8.182015-09-29T23:38:42Windows:

py -m pip install Forthon==0.8.18

Unix/macOs:

pip install Forthon==0.8.18

Forthon 0.8.172015-09-29T22:08:11Windows:

py -m pip install Forthon==0.8.17

Unix/macOs:

pip install Forthon==0.8.17

Forthon 0.8.162015-07-16T22:29:57Windows:

py -m pip install Forthon==0.8.16

Unix/macOs:

pip install Forthon==0.8.16

Forthon 0.8.152014-05-31T04:42:57Windows:

py -m pip install Forthon==0.8.15

Unix/macOs:

pip install Forthon==0.8.15

Forthon 0.8.142014-05-31T03:59:34Windows:

py -m pip install Forthon==0.8.14

Unix/macOs:

pip install Forthon==0.8.14

Forthon 0.8.132014-05-31T03:20:05Windows:

py -m pip install Forthon==0.8.13

Unix/macOs:

pip install Forthon==0.8.13

Forthon 0.8.112013-02-15T01:15:30Windows:

py -m pip install Forthon==0.8.11

Unix/macOs:

pip install Forthon==0.8.11

Forthon 0.7.62007-03-03T00:11:29Windows:

py -m pip install Forthon==0.7.6

Unix/macOs:

pip install Forthon==0.7.6

Forthon 0.7.52007-03-02T23:57:07Windows:

py -m pip install Forthon==0.7.5

Unix/macOs:

pip install Forthon==0.7.5


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Forthon_downloaded_file>

On Unix/macOs:

pip install <path_to_Forthon_downloaded_file>


List distribution:

- Forthon-0.8.11.tar.gz
- Forthon-0.8.13.tar.gz
- Forthon-0.8.14.tar.gz
- Forthon-0.8.15.tar.gz
- Forthon-0.8.16.tar.gz
- Forthon-0.8.17.tar.gz
- Forthon-0.8.18.tar.gz
- Forthon-0.8.19.tar.gz
- Forthon-0.8.21.tar.gz
- Forthon-0.8.22.tar.gz
- Forthon-0.8.23.tar.gz
- Forthon-0.8.24.tar.gz
- Forthon-0.8.25.tar.gz
- Forthon-0.8.26.tar.gz
- Forthon-0.8.27.tar.gz
- Forthon-0.8.28.tar.gz
- Forthon-0.8.29.tar.gz
- Forthon-0.8.30.tar.gz
- Forthon-0.8.31.tar.gz
- Forthon-0.8.32.tar.gz
- Forthon-0.8.33.tar.gz
- Forthon-0.8.34.tar.gz
- Forthon-0.8.35.tar.gz
- Forthon-0.8.36.tar.gz
- Forthon-0.8.37.tar.gz
- Forthon-0.8.38.tar.gz
- Forthon-0.8.39.tar.gz
- Forthon-0.8.40.tar.gz
- Forthon-0.8.41.tar.gz
- Forthon-0.8.43.tar.gz
- Forthon-0.8.44.tar.gz
- Forthon-0.8.45.tar.gz
- Forthon-0.8.46.tar.gz
- Forthon-0.8.47.tar.gz
- Forthon-0.8.48.tar.gz
- Forthon-0.8.49.tar.gz
- Forthon-0.9.0.tar.gz
- Forthon-0.9.1.tar.gz
- Forthon-0.9.2.tar.gz
- Forthon-0.9.3.tar.gz
- Forthon-0.9.4-py3-none-any.whl
- Forthon-0.9.4.tar.gz
- Forthon-0.10.0-py3-none-any.whl
- Forthon-0.10.0.tar.gz
- Forthon-0.10.1-py3-none-any.whl
- Forthon-0.10.1.tar.gz


Project link:

- Homepage