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

How to install LFPy via python pip




LFPy - A module for modeling extracellular potentials of multicompartment neuron models built on NEURON, it belongs to Classifiers:

- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License (GPL)
- Programming Language :: C
- Programming Language :: Cython
- Topic :: Scientific/Engineering :: Physics
- Topic :: Utilities

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



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_LFPy_env

- Active the virtual environment

test_LFPy_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_LFPy_env

- Active the virtual environment

source test_LFPy_env/bin/active


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

To install LFPy on Windows(CMD):

py -m pip install LFPy

To install LFPy on Unix/macOs:

pip install LFPy


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

Example:

pip install LFPy==0.9.3_1


Please see the version list below table:

VersionReleased dateCommand
LFPy 2.2.62022-04-05T10:21:06Windows:

py -m pip install LFPy==2.2.6

Unix/macOs:

pip install LFPy==2.2.6

LFPy 2.2.52022-03-11T11:16:30Windows:

py -m pip install LFPy==2.2.5

Unix/macOs:

pip install LFPy==2.2.5

LFPy 2.2.42022-02-12T10:40:14Windows:

py -m pip install LFPy==2.2.4

Unix/macOs:

pip install LFPy==2.2.4

LFPy 2.2.32021-11-26T14:34:53Windows:

py -m pip install LFPy==2.2.3

Unix/macOs:

pip install LFPy==2.2.3

LFPy 2.2.22021-10-01T07:51:49Windows:

py -m pip install LFPy==2.2.2

Unix/macOs:

pip install LFPy==2.2.2

LFPy 2.2.12021-03-22T11:23:26Windows:

py -m pip install LFPy==2.2.1

Unix/macOs:

pip install LFPy==2.2.1

LFPy 2.22021-01-27T11:38:32Windows:

py -m pip install LFPy==2.2

Unix/macOs:

pip install LFPy==2.2

LFPy 2.1.22020-11-23T21:53:41Windows:

py -m pip install LFPy==2.1.2

Unix/macOs:

pip install LFPy==2.1.2

LFPy 2.1.12020-09-04T10:26:56Windows:

py -m pip install LFPy==2.1.1

Unix/macOs:

pip install LFPy==2.1.1

LFPy 2.12020-06-28T11:17:09Windows:

py -m pip install LFPy==2.1

Unix/macOs:

pip install LFPy==2.1

LFPy 2.0.72020-03-25T15:01:03Windows:

py -m pip install LFPy==2.0.7

Unix/macOs:

pip install LFPy==2.0.7

LFPy 2.0.42019-12-05T15:17:08Windows:

py -m pip install LFPy==2.0.4

Unix/macOs:

pip install LFPy==2.0.4

LFPy 2.0.32019-07-11T07:50:21Windows:

py -m pip install LFPy==2.0.3

Unix/macOs:

pip install LFPy==2.0.3

LFPy 2.0.22019-03-01T09:58:58Windows:

py -m pip install LFPy==2.0.2

Unix/macOs:

pip install LFPy==2.0.2

LFPy 2.0.12019-01-07T09:19:17Windows:

py -m pip install LFPy==2.0.1

Unix/macOs:

pip install LFPy==2.0.1

LFPy 2.0.02018-07-01T13:51:31Windows:

py -m pip install LFPy==2.0.0

Unix/macOs:

pip install LFPy==2.0.0

LFPy 1.1.32017-01-18T11:30:14Windows:

py -m pip install LFPy==1.1.3

Unix/macOs:

pip install LFPy==1.1.3

LFPy 1.1.22016-06-28T02:39:46Windows:

py -m pip install LFPy==1.1.2

Unix/macOs:

pip install LFPy==1.1.2

LFPy 1.1.12016-01-12T22:11:00Windows:

py -m pip install LFPy==1.1.1

Unix/macOs:

pip install LFPy==1.1.1

LFPy 1.1.02015-04-08T12:30:09Windows:

py -m pip install LFPy==1.1.0

Unix/macOs:

pip install LFPy==1.1.0

LFPy 1.12015-04-08T12:28:59Windows:

py -m pip install LFPy==1.1

Unix/macOs:

pip install LFPy==1.1

LFPy 1.02014-01-03T12:09:48Windows:

py -m pip install LFPy==1.0

Unix/macOs:

pip install LFPy==1.0

LFPy 0.9.52013-07-01T14:46:24Windows:

py -m pip install LFPy==0.9.5

Unix/macOs:

pip install LFPy==0.9.5

LFPy 0.9.42013-01-14T09:51:26Windows:

py -m pip install LFPy==0.9.4

Unix/macOs:

pip install LFPy==0.9.4

LFPy 0.9.32012-07-16T09:18:39Windows:

py -m pip install LFPy==0.9.3

Unix/macOs:

pip install LFPy==0.9.3

LFPy 0.9.22012-05-18T09:44:42Windows:

py -m pip install LFPy==0.9.2

Unix/macOs:

pip install LFPy==0.9.2

LFPy 0.9.12012-03-14T14:58:33Windows:

py -m pip install LFPy==0.9.1

Unix/macOs:

pip install LFPy==0.9.1

LFPy 0.9.3_12012-07-16T10:30:33Windows:

py -m pip install LFPy==0.9.3_1

Unix/macOs:

pip install LFPy==0.9.3_1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_LFPy_downloaded_file>

On Unix/macOs:

pip install <path_to_LFPy_downloaded_file>


List distribution:

- LFPy-0.9.3_1.tar.gz
- LFPy-0.9.1.tar.gz
- LFPy-0.9.2.tar.gz
- LFPy-0.9.3.tar.gz
- LFPy-0.9.4.tar.gz
- LFPy-0.9.5.tar.gz
- LFPy-1.0.tar.gz
- LFPy-1.1.0.tar.gz
- LFPy-1.1.1.tar.gz
- LFPy-1.1.2.tar.gz
- LFPy-1.1.3.tar.gz
- LFPy-2.0rc3.tar.gz
- LFPy-2.0.0.tar.gz
- LFPy-2.0.1.tar.gz
- LFPy-2.0.2.tar.gz
- LFPy-2.0.3.tar.gz
- LFPy-2.0.4.tar.gz
- LFPy-2.0.7rc1.tar.gz
- LFPy-2.0.7.tar.gz
- LFPy-2.1rc1.tar.gz
- LFPy-2.1.tar.gz
- LFPy-2.1.1rc1.tar.gz
- LFPy-2.1.1.tar.gz
- LFPy-2.1.2.tar.gz
- LFPy-2.2rc2.tar.gz
- LFPy-2.2rc3.tar.gz
- LFPy-2.2rc4.tar.gz
- LFPy-2.2.tar.gz
- LFPy-2.2.1.tar.gz
- LFPy-2.2.2.tar.gz
- LFPy-2.2.3.tar.gz
- LFPy-2.2.4.tar.gz
- LFPy-2.2.5.tar.gz
- LFPy-2.2.6.tar.gz
- LFPy-2.3rc0.tar.gz
- LFPy-2.3.tar.gz


Project link:

- Homepage
- Download