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

How to install afro via python pip




afro - Another Free Ripping Orchestra, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX :: Linux
- Topic :: Multimedia
- Topic :: Multimedia :: Sound/Audio
- Topic :: Multimedia :: Sound/Audio :: CD Audio
- Topic :: Multimedia :: Sound/Audio :: CD Audio :: CD Ripping
- Topic :: Multimedia :: Sound/Audio :: Conversion

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



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_afro_env

- Active the virtual environment

test_afro_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_afro_env

- Active the virtual environment

source test_afro_env/bin/active


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

To install afro on Windows(CMD):

py -m pip install afro

To install afro on Unix/macOs:

pip install afro


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

Example:

pip install afro==0.5.5


Please see the version list below table:

VersionReleased dateCommand
afro 0.7.02014-11-11T20:45:15Windows:

py -m pip install afro==0.7.0

Unix/macOs:

pip install afro==0.7.0

afro 0.6.12014-07-31T20:33:45Windows:

py -m pip install afro==0.6.1

Unix/macOs:

pip install afro==0.6.1

afro 0.6.02013-11-24T20:14:45Windows:

py -m pip install afro==0.6.0

Unix/macOs:

pip install afro==0.6.0

afro 0.5.62013-11-23T19:19:31Windows:

py -m pip install afro==0.5.6

Unix/macOs:

pip install afro==0.5.6

afro 0.5.52013-11-23T18:15:09Windows:

py -m pip install afro==0.5.5

Unix/macOs:

pip install afro==0.5.5


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_afro_downloaded_file>

On Unix/macOs:

pip install <path_to_afro_downloaded_file>


List distribution:

- afro-0.5.5.tar.gz
- afro-0.5.6.tar.gz
- afro-0.6.0.tar.gz
- afro-0.6.1.tar.gz
- afro-0.7.0.tar.gz


Project link:

- Homepage
- Download