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

How to install libertem via python pip




libertem - Open pixelated STEM framework, it belongs to Classifiers:

- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: MacOS :: MacOS X
- Programming Language :: Java
- Topic :: Scientific/Engineering :: Physics
- Topic :: Scientific/Engineering :: Visualization

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



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_libertem_env

- Active the virtual environment

test_libertem_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_libertem_env

- Active the virtual environment

source test_libertem_env/bin/active


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

To install libertem on Windows(CMD):

py -m pip install libertem

To install libertem on Unix/macOs:

pip install libertem


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

Example:

pip install libertem==0.1.0rc2                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
libertem 0.10.02022-07-28T17:39:06Windows:

py -m pip install libertem==0.10.0

Unix/macOs:

pip install libertem==0.10.0

libertem 0.9.22022-04-28T17:30:38Windows:

py -m pip install libertem==0.9.2

Unix/macOs:

pip install libertem==0.9.2

libertem 0.9.02022-02-17T15:59:06Windows:

py -m pip install libertem==0.9.0

Unix/macOs:

pip install libertem==0.9.0

libertem 0.8.02021-10-04T15:30:41Windows:

py -m pip install libertem==0.8.0

Unix/macOs:

pip install libertem==0.8.0

libertem 0.7.12021-07-08T15:35:48Windows:

py -m pip install libertem==0.7.1

Unix/macOs:

pip install libertem==0.7.1

libertem 0.7.02021-06-10T13:19:52Windows:

py -m pip install libertem==0.7.0

Unix/macOs:

pip install libertem==0.7.0

libertem 0.6.02021-02-16T17:53:00Windows:

py -m pip install libertem==0.6.0

Unix/macOs:

pip install libertem==0.6.0

libertem 0.5.12020-08-13T09:02:16Windows:

py -m pip install libertem==0.5.1

Unix/macOs:

pip install libertem==0.5.1

libertem 0.5.02020-04-23T12:54:18Windows:

py -m pip install libertem==0.5.0

Unix/macOs:

pip install libertem==0.5.0

libertem 0.4.12020-02-18T17:29:40Windows:

py -m pip install libertem==0.4.1

Unix/macOs:

pip install libertem==0.4.1

libertem 0.4.02020-02-13T16:27:11Windows:

py -m pip install libertem==0.4.0

Unix/macOs:

pip install libertem==0.4.0

libertem 0.3.02019-12-12T22:21:36Windows:

py -m pip install libertem==0.3.0

Unix/macOs:

pip install libertem==0.3.0

libertem 0.2.22019-10-14T19:01:15Windows:

py -m pip install libertem==0.2.2

Unix/macOs:

pip install libertem==0.2.2

libertem 0.2.12019-10-07T09:57:55Windows:

py -m pip install libertem==0.2.1

Unix/macOs:

pip install libertem==0.2.1

libertem 0.2.02019-10-07T09:35:19Windows:

py -m pip install libertem==0.2.0

Unix/macOs:

pip install libertem==0.2.0

libertem 0.1.02018-11-06T15:43:50Windows:

py -m pip install libertem==0.1.0

Unix/macOs:

pip install libertem==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_libertem_downloaded_file>

On Unix/macOs:

pip install <path_to_libertem_downloaded_file>


List distribution:

- libertem-0.1.0rc2-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.1.0rc2.tar.gz (python version >=3.6)
- libertem-0.1.0rc4-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.1.0rc4.tar.gz (python version >=3.6)
- libertem-0.1.0rc6-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.1.0rc6.tar.gz (python version >=3.6)
- libertem-0.1.0-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.1.0.tar.gz (python version >=3.6)
- libertem-0.2.0-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.2.0.tar.gz (python version >=3.6)
- libertem-0.2.1-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.2.1.tar.gz (python version >=3.6)
- libertem-0.2.2-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.2.2.tar.gz (python version >=3.6)
- libertem-0.3.0-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.3.0.tar.gz (python version >=3.6)
- libertem-0.4.0-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.4.0.tar.gz (python version >=3.6)
- libertem-0.4.1-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.4.1.tar.gz (python version >=3.6)
- libertem-0.5.0-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.5.0.tar.gz (python version >=3.6)
- libertem-0.5.1-py2.py3-none-any.whl (python version >=3.6)
- libertem-0.5.1.tar.gz (python version >=3.6)
- libertem-0.6.0-py3-none-any.whl (python version >=3.6)
- libertem-0.6.0.tar.gz (python version >=3.6)
- libertem-0.7.0-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.7.0.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.7.1-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.7.1.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.8.0-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.8.0.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.9.0-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.9.0.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.9.2-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.9.2.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.10.0-py3-none-any.whl (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)
- libertem-0.10.0.tar.gz (python version >=3.6,!=3.9.0,!=3.9.1,!=3.9.2)


Project link:

- Homepage