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

How to install soxr via python pip




soxr - High quality, one-dimensional sample-rate conversion library, it belongs to Classifiers:

- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- Intended Audience :: Telecommunications Industry
- License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
- Programming Language :: C
- Programming Language :: Cython
- Topic :: Multimedia
- Topic :: Multimedia :: Sound/Audio
- Topic :: Multimedia :: Sound/Audio :: Analysis
- Topic :: Multimedia :: Sound/Audio :: Conversion
- Topic :: Scientific/Engineering

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



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_soxr_env

- Active the virtual environment

test_soxr_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_soxr_env

- Active the virtual environment

source test_soxr_env/bin/active


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

To install soxr on Windows(CMD):

py -m pip install soxr

To install soxr on Unix/macOs:

pip install soxr


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

Example:

pip install soxr==0.0.2


Please see the version list below table:

VersionReleased dateCommand
soxr 0.3.12022-08-02T10:19:46Windows:

py -m pip install soxr==0.3.1

Unix/macOs:

pip install soxr==0.3.1

soxr 0.3.02022-06-23T09:53:33Windows:

py -m pip install soxr==0.3.0

Unix/macOs:

pip install soxr==0.3.0

soxr 0.2.72021-12-08T08:42:42Windows:

py -m pip install soxr==0.2.7

Unix/macOs:

pip install soxr==0.2.7

soxr 0.2.62021-09-07T17:23:09Windows:

py -m pip install soxr==0.2.6

Unix/macOs:

pip install soxr==0.2.6

soxr 0.2.52021-07-16T11:39:46Windows:

py -m pip install soxr==0.2.5

Unix/macOs:

pip install soxr==0.2.5

soxr 0.2.42021-05-27T13:31:52Windows:

py -m pip install soxr==0.2.4

Unix/macOs:

pip install soxr==0.2.4

soxr 0.2.32021-05-22T08:56:03Windows:

py -m pip install soxr==0.2.3

Unix/macOs:

pip install soxr==0.2.3

soxr 0.2.22021-05-22T05:21:42Windows:

py -m pip install soxr==0.2.2

Unix/macOs:

pip install soxr==0.2.2

soxr 0.2.12021-05-17T04:11:20Windows:

py -m pip install soxr==0.2.1

Unix/macOs:

pip install soxr==0.2.1

soxr 0.2.02021-05-17T00:29:21Windows:

py -m pip install soxr==0.2.0

Unix/macOs:

pip install soxr==0.2.0

soxr 0.1.12021-05-13T14:28:32Windows:

py -m pip install soxr==0.1.1

Unix/macOs:

pip install soxr==0.1.1

soxr 0.1.02021-05-13T14:25:33Windows:

py -m pip install soxr==0.1.0

Unix/macOs:

pip install soxr==0.1.0

soxr 0.0.42021-05-10T14:22:31Windows:

py -m pip install soxr==0.0.4

Unix/macOs:

pip install soxr==0.0.4

soxr 0.0.32021-05-10T14:09:37Windows:

py -m pip install soxr==0.0.3

Unix/macOs:

pip install soxr==0.0.3

soxr 0.0.22021-05-09T10:01:41Windows:

py -m pip install soxr==0.0.2

Unix/macOs:

pip install soxr==0.0.2


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_soxr_downloaded_file>

On Unix/macOs:

pip install <path_to_soxr_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug Tracker
- Documentation
- Source