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

How to install libraptorq via python pip




libraptorq - Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)., it belongs to Classifiers:

- Environment :: No Input/Output (Daemon)
- Intended Audience :: End Users/Desktop
- Intended Audience :: Information Technology
- Intended Audience :: Telecommunications Industry
- License :: Public Domain
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 2 :: Only
- Topic :: Communications
- Topic :: Internet
- Topic :: System
- Topic :: System :: Archiving
- Topic :: Utilities

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



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_libraptorq_env

- Active the virtual environment

test_libraptorq_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_libraptorq_env

- Active the virtual environment

source test_libraptorq_env/bin/active


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

To install libraptorq on Windows(CMD):

py -m pip install libraptorq

To install libraptorq on Unix/macOs:

pip install libraptorq


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

Example:

pip install libraptorq==15.12.3


Please see the version list below table:

VersionReleased dateCommand
libraptorq 18.3.02018-03-06T06:51:23Windows:

py -m pip install libraptorq==18.3.0

Unix/macOs:

pip install libraptorq==18.3.0

libraptorq 17.5.22017-05-26T11:07:07Windows:

py -m pip install libraptorq==17.5.2

Unix/macOs:

pip install libraptorq==17.5.2

libraptorq 17.5.12017-05-26T11:03:16Windows:

py -m pip install libraptorq==17.5.1

Unix/macOs:

pip install libraptorq==17.5.1

libraptorq 17.5.02017-05-26T10:50:37Windows:

py -m pip install libraptorq==17.5.0

Unix/macOs:

pip install libraptorq==17.5.0

libraptorq 16.9.62016-09-08T09:36:06Windows:

py -m pip install libraptorq==16.9.6

Unix/macOs:

pip install libraptorq==16.9.6

libraptorq 16.9.52016-09-06T07:20:37Windows:

py -m pip install libraptorq==16.9.5

Unix/macOs:

pip install libraptorq==16.9.5

libraptorq 16.8.22016-08-30T18:06:24Windows:

py -m pip install libraptorq==16.8.2

Unix/macOs:

pip install libraptorq==16.8.2

libraptorq 16.8.12016-08-30T17:50:51Windows:

py -m pip install libraptorq==16.8.1

Unix/macOs:

pip install libraptorq==16.8.1

libraptorq 16.7.52016-07-16T12:59:48Windows:

py -m pip install libraptorq==16.7.5

Unix/macOs:

pip install libraptorq==16.7.5

libraptorq 16.7.32016-07-15T17:45:55Windows:

py -m pip install libraptorq==16.7.3

Unix/macOs:

pip install libraptorq==16.7.3

libraptorq 16.2.42016-02-24T23:26:47Windows:

py -m pip install libraptorq==16.2.4

Unix/macOs:

pip install libraptorq==16.2.4

libraptorq 16.2.32016-02-24T23:13:54Windows:

py -m pip install libraptorq==16.2.3

Unix/macOs:

pip install libraptorq==16.2.3

libraptorq 16.2.22016-02-24T22:43:23Windows:

py -m pip install libraptorq==16.2.2

Unix/macOs:

pip install libraptorq==16.2.2

libraptorq 16.2.12016-02-24T22:41:44Windows:

py -m pip install libraptorq==16.2.1

Unix/macOs:

pip install libraptorq==16.2.1

libraptorq 15.12.122015-12-17T11:19:17Windows:

py -m pip install libraptorq==15.12.12

Unix/macOs:

pip install libraptorq==15.12.12

libraptorq 15.12.112015-12-16T17:11:02Windows:

py -m pip install libraptorq==15.12.11

Unix/macOs:

pip install libraptorq==15.12.11

libraptorq 15.12.102015-12-16T14:47:04Windows:

py -m pip install libraptorq==15.12.10

Unix/macOs:

pip install libraptorq==15.12.10

libraptorq 15.12.82015-12-16T11:49:00Windows:

py -m pip install libraptorq==15.12.8

Unix/macOs:

pip install libraptorq==15.12.8

libraptorq 15.12.72015-12-16T11:45:40Windows:

py -m pip install libraptorq==15.12.7

Unix/macOs:

pip install libraptorq==15.12.7

libraptorq 15.12.62015-12-15T12:11:57Windows:

py -m pip install libraptorq==15.12.6

Unix/macOs:

pip install libraptorq==15.12.6

libraptorq 15.12.52015-12-15T11:44:56Windows:

py -m pip install libraptorq==15.12.5

Unix/macOs:

pip install libraptorq==15.12.5

libraptorq 15.12.32015-12-14T22:39:18Windows:

py -m pip install libraptorq==15.12.3

Unix/macOs:

pip install libraptorq==15.12.3


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_libraptorq_downloaded_file>

On Unix/macOs:

pip install <path_to_libraptorq_downloaded_file>


List distribution:

- libraptorq-15.12.3.tar.gz
- libraptorq-15.12.5.tar.gz
- libraptorq-15.12.6.tar.gz
- libraptorq-15.12.7.tar.gz
- libraptorq-15.12.8.tar.gz
- libraptorq-15.12.10.tar.gz
- libraptorq-15.12.11.tar.gz
- libraptorq-15.12.12.tar.gz
- libraptorq-16.2.1.tar.gz
- libraptorq-16.2.2.tar.gz
- libraptorq-16.2.3.tar.gz
- libraptorq-16.2.4.tar.gz
- libraptorq-16.7.3.tar.gz
- libraptorq-16.7.5.tar.gz
- libraptorq-16.8.1.tar.gz
- libraptorq-16.8.2.tar.gz
- libraptorq-16.9.5.tar.gz
- libraptorq-16.9.6.tar.gz
- libraptorq-17.5.0-py2-none-any.whl
- libraptorq-17.5.0.tar.gz
- libraptorq-17.5.1-py2-none-any.whl
- libraptorq-17.5.1.tar.gz
- libraptorq-17.5.2-py2-none-any.whl
- libraptorq-17.5.2.tar.gz
- libraptorq-18.3.0-py2-none-any.whl
- libraptorq-18.3.0.tar.gz


Project link:

- Homepage