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

How to install mpdaf via python pip




mpdaf - MUSE Python Data Analysis Framework is a python framework in view of the analysis of MUSE data in the context of the GTO., it belongs to Classifiers:

- Programming Language :: C
- Programming Language :: Cython
- Topic :: Scientific/Engineering :: Astronomy
- Topic :: Scientific/Engineering :: Physics

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



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_mpdaf_env

- Active the virtual environment

test_mpdaf_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_mpdaf_env

- Active the virtual environment

source test_mpdaf_env/bin/active


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

To install mpdaf on Windows(CMD):

py -m pip install mpdaf

To install mpdaf on Unix/macOs:

pip install mpdaf


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

Example:

pip install mpdaf==2.0rc1                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
mpdaf 3.52021-02-01T11:47:15Windows:

py -m pip install mpdaf==3.5

Unix/macOs:

pip install mpdaf==3.5

mpdaf 3.42020-01-17T16:07:02Windows:

py -m pip install mpdaf==3.4

Unix/macOs:

pip install mpdaf==3.4

mpdaf 3.22019-05-22T16:20:09Windows:

py -m pip install mpdaf==3.2

Unix/macOs:

pip install mpdaf==3.2

mpdaf 3.12019-03-04T09:58:55Windows:

py -m pip install mpdaf==3.1

Unix/macOs:

pip install mpdaf==3.1

mpdaf 3.02018-10-19T13:30:02Windows:

py -m pip install mpdaf==3.0

Unix/macOs:

pip install mpdaf==3.0

mpdaf 2.5.12018-03-16T14:21:50Windows:

py -m pip install mpdaf==2.5.1

Unix/macOs:

pip install mpdaf==2.5.1

mpdaf 2.52018-03-02T11:21:15Windows:

py -m pip install mpdaf==2.5

Unix/macOs:

pip install mpdaf==2.5

mpdaf 2.42017-11-24T11:36:12Windows:

py -m pip install mpdaf==2.4

Unix/macOs:

pip install mpdaf==2.4

mpdaf 2.32017-09-13T08:57:13Windows:

py -m pip install mpdaf==2.3

Unix/macOs:

pip install mpdaf==2.3

mpdaf 2.22017-01-24T14:45:30Windows:

py -m pip install mpdaf==2.2

Unix/macOs:

pip install mpdaf==2.2

mpdaf 2.12016-11-16T11:49:56Windows:

py -m pip install mpdaf==2.1

Unix/macOs:

pip install mpdaf==2.1

mpdaf 2.02016-07-05T14:04:54Windows:

py -m pip install mpdaf==2.0

Unix/macOs:

pip install mpdaf==2.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_mpdaf_downloaded_file>

On Unix/macOs:

pip install <path_to_mpdaf_downloaded_file>


List distribution:

- mpdaf-2.0rc1.tar.gz
- mpdaf-2.0.tar.gz
- mpdaf-2.1.tar.gz
- mpdaf-2.2.tar.gz
- mpdaf-2.3.tar.gz
- mpdaf-2.4.tar.gz
- mpdaf-2.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5-cp27-cp27mu-manylinux1_x86_64.whl
- mpdaf-2.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5-cp34-cp34m-manylinux1_x86_64.whl
- mpdaf-2.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5-cp35-cp35m-manylinux1_x86_64.whl
- mpdaf-2.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5-cp36-cp36m-manylinux1_x86_64.whl
- mpdaf-2.5.tar.gz
- mpdaf-2.5.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5.1-cp27-cp27mu-manylinux1_x86_64.whl
- mpdaf-2.5.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5.1-cp34-cp34m-manylinux1_x86_64.whl
- mpdaf-2.5.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5.1-cp35-cp35m-manylinux1_x86_64.whl
- mpdaf-2.5.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- mpdaf-2.5.1-cp36-cp36m-manylinux1_x86_64.whl
- mpdaf-2.5.1-cp37-cp37m-macosx_10_6_intel.whl
- mpdaf-2.5.1-cp37-cp37m-manylinux1_x86_64.whl
- mpdaf-2.5.1.tar.gz
- mpdaf-3.0-cp35-cp35m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.0-cp35-cp35m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.0-cp36-cp36m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.0-cp36-cp36m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.0-cp37-cp37m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.0-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.0.tar.gz (python version >=3.5)
- mpdaf-3.1-cp35-cp35m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.1-cp35-cp35m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.1-cp36-cp36m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.1-cp36-cp36m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.1-cp37-cp37m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.1-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.1.tar.gz (python version >=3.5)
- mpdaf-3.2-cp35-cp35m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.2-cp35-cp35m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.2-cp36-cp36m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.2-cp36-cp36m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.2-cp37-cp37m-macosx_10_6_intel.whl (python version >=3.5)
- mpdaf-3.2-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.5)
- mpdaf-3.2.tar.gz (python version >=3.5)
- mpdaf-3.4-cp36-cp36m-macosx_10_6_intel.whl (python version >=3.6)
- mpdaf-3.4-cp36-cp36m-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.4-cp37-cp37m-macosx_10_6_intel.whl (python version >=3.6)
- mpdaf-3.4-cp37-cp37m-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.4-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- mpdaf-3.4-cp38-cp38-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.4.tar.gz (python version >=3.6)
- mpdaf-3.5-cp36-cp36m-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp37-cp37m-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp38-cp38-manylinux1_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp38-cp38-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp39-cp39-manylinux1_x86_64.whl (python version >=3.6)
- mpdaf-3.5-cp39-cp39-manylinux2010_x86_64.whl (python version >=3.6)
- mpdaf-3.5.tar.gz (python version >=3.6)


Project link:

- Homepage