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

How to install wofry via python pip




wofry - WOFRY (Wave Optics FRamework in pYthon) kernel library, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Environment :: Console
- Environment :: Plugins
- Intended Audience :: Education
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Visualization
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules

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



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_wofry_env

- Active the virtual environment

test_wofry_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_wofry_env

- Active the virtual environment

source test_wofry_env/bin/active


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

To install wofry on Windows(CMD):

py -m pip install wofry

To install wofry on Unix/macOs:

pip install wofry


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

Example:

pip install wofry==1.0.0


Please see the version list below table:

VersionReleased dateCommand
wofry 1.0.302021-09-23T14:21:09Windows:

py -m pip install wofry==1.0.30

Unix/macOs:

pip install wofry==1.0.30

wofry 1.0.292021-08-23T16:27:08Windows:

py -m pip install wofry==1.0.29

Unix/macOs:

pip install wofry==1.0.29

wofry 1.0.282020-11-27T07:50:08Windows:

py -m pip install wofry==1.0.28

Unix/macOs:

pip install wofry==1.0.28

wofry 1.0.272020-11-16T17:27:01Windows:

py -m pip install wofry==1.0.27

Unix/macOs:

pip install wofry==1.0.27

wofry 1.0.262020-11-13T15:40:27Windows:

py -m pip install wofry==1.0.26

Unix/macOs:

pip install wofry==1.0.26

wofry 1.0.252020-09-08T17:08:00Windows:

py -m pip install wofry==1.0.25

Unix/macOs:

pip install wofry==1.0.25

wofry 1.0.232020-01-17T19:58:09Windows:

py -m pip install wofry==1.0.23

Unix/macOs:

pip install wofry==1.0.23

wofry 1.0.222019-09-03T16:29:53Windows:

py -m pip install wofry==1.0.22

Unix/macOs:

pip install wofry==1.0.22

wofry 1.0.212019-06-12T14:54:45Windows:

py -m pip install wofry==1.0.21

Unix/macOs:

pip install wofry==1.0.21

wofry 1.0.202019-04-04T14:17:25Windows:

py -m pip install wofry==1.0.20

Unix/macOs:

pip install wofry==1.0.20

wofry 1.0.192019-02-03T18:29:50Windows:

py -m pip install wofry==1.0.19

Unix/macOs:

pip install wofry==1.0.19

wofry 1.0.182019-02-02T22:49:56Windows:

py -m pip install wofry==1.0.18

Unix/macOs:

pip install wofry==1.0.18

wofry 1.0.172018-11-28T22:16:54Windows:

py -m pip install wofry==1.0.17

Unix/macOs:

pip install wofry==1.0.17

wofry 1.0.162018-11-16T21:05:39Windows:

py -m pip install wofry==1.0.16

Unix/macOs:

pip install wofry==1.0.16

wofry 1.0.152018-10-03T14:45:26Windows:

py -m pip install wofry==1.0.15

Unix/macOs:

pip install wofry==1.0.15

wofry 1.0.142018-05-31T15:38:15Windows:

py -m pip install wofry==1.0.14

Unix/macOs:

pip install wofry==1.0.14

wofry 1.0.132018-05-30T09:50:10Windows:

py -m pip install wofry==1.0.13

Unix/macOs:

pip install wofry==1.0.13

wofry 1.0.122018-05-24T16:26:12Windows:

py -m pip install wofry==1.0.12

Unix/macOs:

pip install wofry==1.0.12

wofry 1.0.112018-05-22T14:37:02Windows:

py -m pip install wofry==1.0.11

Unix/macOs:

pip install wofry==1.0.11

wofry 1.0.102018-05-22T14:24:57Windows:

py -m pip install wofry==1.0.10

Unix/macOs:

pip install wofry==1.0.10

wofry 1.0.92018-05-07T10:14:01Windows:

py -m pip install wofry==1.0.9

Unix/macOs:

pip install wofry==1.0.9

wofry 1.0.82018-04-18T12:28:36Windows:

py -m pip install wofry==1.0.8

Unix/macOs:

pip install wofry==1.0.8

wofry 1.0.72017-11-29T18:43:03Windows:

py -m pip install wofry==1.0.7

Unix/macOs:

pip install wofry==1.0.7

wofry 1.0.62017-10-11T08:38:29Windows:

py -m pip install wofry==1.0.6

Unix/macOs:

pip install wofry==1.0.6

wofry 1.0.52017-07-12T17:01:45Windows:

py -m pip install wofry==1.0.5

Unix/macOs:

pip install wofry==1.0.5

wofry 1.0.42017-05-17T15:42:27Windows:

py -m pip install wofry==1.0.4

Unix/macOs:

pip install wofry==1.0.4

wofry 1.0.32017-05-17T13:17:40Windows:

py -m pip install wofry==1.0.3

Unix/macOs:

pip install wofry==1.0.3

wofry 1.0.22017-05-17T12:56:26Windows:

py -m pip install wofry==1.0.2

Unix/macOs:

pip install wofry==1.0.2

wofry 1.0.12017-05-17T12:01:51Windows:

py -m pip install wofry==1.0.1

Unix/macOs:

pip install wofry==1.0.1

wofry 1.0.02017-05-17T10:28:58Windows:

py -m pip install wofry==1.0.0

Unix/macOs:

pip install wofry==1.0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_wofry_downloaded_file>

On Unix/macOs:

pip install <path_to_wofry_downloaded_file>


List distribution:


Project link:

- Homepage
- Download