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

How to install nicotine-plus via python pip




nicotine-plus - Graphical client for the Soulseek peer-to-peer network, it belongs to Classifiers:

- Environment :: X11 Applications
- Environment :: X11 Applications :: GTK
- Intended Audience :: End Users/Desktop
- Topic :: Communications
- Topic :: Communications :: File Sharing
- Topic :: System
- Topic :: System :: Networking

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



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_nicotine-plus_env

- Active the virtual environment

test_nicotine-plus_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_nicotine-plus_env

- Active the virtual environment

source test_nicotine-plus_env/bin/active


Step 2: OK, now, let flow below content to start the installation nicotine-plus

To install nicotine-plus on Windows(CMD):

py -m pip install nicotine-plus

To install nicotine-plus on Unix/macOs:

pip install nicotine-plus


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

Example:

pip install nicotine-plus==2.2.2


Please see the version list below table:

VersionReleased dateCommand
nicotine-plus 3.2.42022-08-07T15:25:05Windows:

py -m pip install nicotine-plus==3.2.4

Unix/macOs:

pip install nicotine-plus==3.2.4

nicotine-plus 3.2.32022-08-05T16:00:41Windows:

py -m pip install nicotine-plus==3.2.3

Unix/macOs:

pip install nicotine-plus==3.2.3

nicotine-plus 3.2.22022-03-19T19:32:40Windows:

py -m pip install nicotine-plus==3.2.2

Unix/macOs:

pip install nicotine-plus==3.2.2

nicotine-plus 3.2.1.post12022-02-11T01:11:55Windows:

py -m pip install nicotine-plus==3.2.1.post1

Unix/macOs:

pip install nicotine-plus==3.2.1.post1

nicotine-plus 3.2.12022-02-10T22:04:19Windows:

py -m pip install nicotine-plus==3.2.1

Unix/macOs:

pip install nicotine-plus==3.2.1

nicotine-plus 3.2.02021-12-18T21:48:35Windows:

py -m pip install nicotine-plus==3.2.0

Unix/macOs:

pip install nicotine-plus==3.2.0

nicotine-plus 3.1.12021-08-02T04:50:40Windows:

py -m pip install nicotine-plus==3.1.1

Unix/macOs:

pip install nicotine-plus==3.1.1

nicotine-plus 3.1.02021-07-23T16:16:03Windows:

py -m pip install nicotine-plus==3.1.0

Unix/macOs:

pip install nicotine-plus==3.1.0

nicotine-plus 3.0.62021-04-30T23:32:37Windows:

py -m pip install nicotine-plus==3.0.6

Unix/macOs:

pip install nicotine-plus==3.0.6

nicotine-plus 3.0.52021-04-24T01:19:29Windows:

py -m pip install nicotine-plus==3.0.5

Unix/macOs:

pip install nicotine-plus==3.0.5

nicotine-plus 3.0.42021-04-07T23:09:29Windows:

py -m pip install nicotine-plus==3.0.4

Unix/macOs:

pip install nicotine-plus==3.0.4

nicotine-plus 3.0.32021-03-31T23:15:14Windows:

py -m pip install nicotine-plus==3.0.3

Unix/macOs:

pip install nicotine-plus==3.0.3

nicotine-plus 3.0.22021-02-28T23:27:34Windows:

py -m pip install nicotine-plus==3.0.2

Unix/macOs:

pip install nicotine-plus==3.0.2

nicotine-plus 3.0.12021-02-27T02:44:07Windows:

py -m pip install nicotine-plus==3.0.1

Unix/macOs:

pip install nicotine-plus==3.0.1

nicotine-plus 3.0.02021-02-11T23:21:55Windows:

py -m pip install nicotine-plus==3.0.0

Unix/macOs:

pip install nicotine-plus==3.0.0

nicotine-plus 2.2.22020-12-16T21:53:07Windows:

py -m pip install nicotine-plus==2.2.2

Unix/macOs:

pip install nicotine-plus==2.2.2


Step 4: Otherwise, you can install nicotine-plus from local archives:

Download the distribution file from nicotine-plus-3.2.4.tar.gz or the specific nicotine-plus version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_nicotine-plus_downloaded_file>

On Unix/macOs:

pip install <path_to_nicotine-plus_downloaded_file>


List distribution:

- nicotine-plus-2.2.2.tar.gz (python version >=3.5)
- nicotine_plus-2.2.2-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.0.tar.gz (python version >=3.5)
- nicotine_plus-3.0.0-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.1.tar.gz (python version >=3.5)
- nicotine_plus-3.0.1-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.2.tar.gz (python version >=3.5)
- nicotine_plus-3.0.2-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.3.tar.gz (python version >=3.5)
- nicotine_plus-3.0.3-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.4.tar.gz (python version >=3.5)
- nicotine_plus-3.0.4-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.5.tar.gz (python version >=3.5)
- nicotine_plus-3.0.5-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.0.6.tar.gz (python version >=3.5)
- nicotine_plus-3.0.6-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.1.0.tar.gz (python version >=3.6)
- nicotine_plus-3.1.0-py3-none-any.whl (python version >=3.6)
- nicotine-plus-3.1.1.tar.gz (python version >=3.6)
- nicotine_plus-3.1.1-py3-none-any.whl (python version >=3.6)
- nicotine-plus-3.2.0.tar.gz (python version >=3.5)
- nicotine_plus-3.2.0-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.1.tar.gz (python version >=3.5)
- nicotine_plus-3.2.1-py3-none-any.whl (python version >=3.5)
- nicotine_plus-3.2.1-py3.10.egg (python version >=3.5)
- nicotine-plus-3.2.1.post1.tar.gz (python version >=3.5)
- nicotine_plus-3.2.1.post1-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.2.tar.gz (python version >=3.5)
- nicotine_plus-3.2.2-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.3.tar.gz (python version >=3.5)
- nicotine_plus-3.2.3-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.4.tar.gz (python version >=3.5)
- nicotine_plus-3.2.4-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.5.tar.gz (python version >=3.5)
- nicotine_plus-3.2.5-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.6.tar.gz (python version >=3.5)
- nicotine_plus-3.2.6-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.7.tar.gz (python version >=3.5)
- nicotine_plus-3.2.7-py3-none-any.whl (python version >=3.5)
- nicotine-plus-3.2.8.tar.gz (python version >=3.5)
- nicotine_plus-3.2.8-py3-none-any.whl (python version >=3.5)


Project link:

- Homepage