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

How to install Wyrm via python pip




Wyrm - Toolbox for Brain Computer Interfacing Experiments., it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Education
- Intended Audience :: Healthcare Industry
- Intended Audience :: Information Technology
- Intended Audience :: Science/Research
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Topic :: Education
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Human Machine Interfaces
- Topic :: Scientific/Engineering :: Medical Science Apps.
- Topic :: Software Development
- Topic :: Software Development :: Libraries

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



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_Wyrm_env

- Active the virtual environment

test_Wyrm_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_Wyrm_env

- Active the virtual environment

source test_Wyrm_env/bin/active


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

To install Wyrm on Windows(CMD):

py -m pip install Wyrm

To install Wyrm on Unix/macOs:

pip install Wyrm


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

Example:

pip install Wyrm==0.0


Please see the version list below table:

VersionReleased dateCommand
Wyrm 1.1.02015-07-09T12:51:15Windows:

py -m pip install Wyrm==1.1.0

Unix/macOs:

pip install Wyrm==1.1.0

Wyrm 1.0.02015-06-25T12:03:30Windows:

py -m pip install Wyrm==1.0.0

Unix/macOs:

pip install Wyrm==1.0.0

Wyrm 0.92015-01-30T09:10:26Windows:

py -m pip install Wyrm==0.9

Unix/macOs:

pip install Wyrm==0.9

Wyrm 0.82014-08-05T10:58:46Windows:

py -m pip install Wyrm==0.8

Unix/macOs:

pip install Wyrm==0.8

Wyrm 0.72014-03-25T17:06:34Windows:

py -m pip install Wyrm==0.7

Unix/macOs:

pip install Wyrm==0.7

Wyrm 0.62014-03-19T09:35:48Windows:

py -m pip install Wyrm==0.6

Unix/macOs:

pip install Wyrm==0.6

Wyrm 0.52014-02-11T08:30:05Windows:

py -m pip install Wyrm==0.5

Unix/macOs:

pip install Wyrm==0.5

Wyrm 0.42014-02-11T08:27:07Windows:

py -m pip install Wyrm==0.4

Unix/macOs:

pip install Wyrm==0.4

Wyrm 0.32013-12-16T16:08:04Windows:

py -m pip install Wyrm==0.3

Unix/macOs:

pip install Wyrm==0.3

Wyrm 0.22013-12-10T09:22:33Windows:

py -m pip install Wyrm==0.2

Unix/macOs:

pip install Wyrm==0.2

Wyrm 0.1.22013-11-26T11:42:39Windows:

py -m pip install Wyrm==0.1.2

Unix/macOs:

pip install Wyrm==0.1.2

Wyrm 0.1.12013-11-26T11:36:36Windows:

py -m pip install Wyrm==0.1.1

Unix/macOs:

pip install Wyrm==0.1.1

Wyrm 0.12013-11-26T11:23:30Windows:

py -m pip install Wyrm==0.1

Unix/macOs:

pip install Wyrm==0.1

Wyrm 0.02013-11-26T10:36:08Windows:

py -m pip install Wyrm==0.0

Unix/macOs:

pip install Wyrm==0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Wyrm_downloaded_file>

On Unix/macOs:

pip install <path_to_Wyrm_downloaded_file>


List distribution:


Project link:

- Homepage
- Download