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

How to install trakt-scrobbler via python pip




trakt-scrobbler - Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU General Public License v2 (GPLv2)
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10

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



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_trakt-scrobbler_env

- Active the virtual environment

test_trakt-scrobbler_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_trakt-scrobbler_env

- Active the virtual environment

source test_trakt-scrobbler_env/bin/active


Step 2: OK, now, let flow below content to start the installation trakt-scrobbler

To install trakt-scrobbler on Windows(CMD):

py -m pip install trakt-scrobbler

To install trakt-scrobbler on Unix/macOs:

pip install trakt-scrobbler


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

Example:

pip install trakt-scrobbler==1.0.0b0                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
trakt-scrobbler 1.5.02022-08-01T14:11:09Windows:

py -m pip install trakt-scrobbler==1.5.0

Unix/macOs:

pip install trakt-scrobbler==1.5.0

trakt-scrobbler 1.4.22022-03-01T12:30:28Windows:

py -m pip install trakt-scrobbler==1.4.2

Unix/macOs:

pip install trakt-scrobbler==1.4.2

trakt-scrobbler 1.4.12022-02-27T18:59:41Windows:

py -m pip install trakt-scrobbler==1.4.1

Unix/macOs:

pip install trakt-scrobbler==1.4.1

trakt-scrobbler 1.4.02022-02-18T16:16:11Windows:

py -m pip install trakt-scrobbler==1.4.0

Unix/macOs:

pip install trakt-scrobbler==1.4.0

trakt-scrobbler 1.3.22021-09-28T16:57:13Windows:

py -m pip install trakt-scrobbler==1.3.2

Unix/macOs:

pip install trakt-scrobbler==1.3.2

trakt-scrobbler 1.3.12021-08-23T14:37:23Windows:

py -m pip install trakt-scrobbler==1.3.1

Unix/macOs:

pip install trakt-scrobbler==1.3.1

trakt-scrobbler 1.3.02021-08-19T10:16:51Windows:

py -m pip install trakt-scrobbler==1.3.0

Unix/macOs:

pip install trakt-scrobbler==1.3.0

trakt-scrobbler 1.2.12021-03-24T13:35:10Windows:

py -m pip install trakt-scrobbler==1.2.1

Unix/macOs:

pip install trakt-scrobbler==1.2.1

trakt-scrobbler 1.2.02021-01-17T07:29:27Windows:

py -m pip install trakt-scrobbler==1.2.0

Unix/macOs:

pip install trakt-scrobbler==1.2.0

trakt-scrobbler 1.1.32020-11-06T04:27:36Windows:

py -m pip install trakt-scrobbler==1.1.3

Unix/macOs:

pip install trakt-scrobbler==1.1.3

trakt-scrobbler 1.1.22020-10-02T07:05:43Windows:

py -m pip install trakt-scrobbler==1.1.2

Unix/macOs:

pip install trakt-scrobbler==1.1.2

trakt-scrobbler 1.1.12020-09-23T16:47:18Windows:

py -m pip install trakt-scrobbler==1.1.1

Unix/macOs:

pip install trakt-scrobbler==1.1.1

trakt-scrobbler 1.1.02020-09-22T11:36:29Windows:

py -m pip install trakt-scrobbler==1.1.0

Unix/macOs:

pip install trakt-scrobbler==1.1.0

trakt-scrobbler 1.0.02020-07-26T07:02:08Windows:

py -m pip install trakt-scrobbler==1.0.0

Unix/macOs:

pip install trakt-scrobbler==1.0.0


Step 4: Otherwise, you can install trakt-scrobbler from local archives:

Download the distribution file from trakt-scrobbler-1.5.0.tar.gz or the specific trakt-scrobbler version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_trakt-scrobbler_downloaded_file>

On Unix/macOs:

pip install <path_to_trakt-scrobbler_downloaded_file>


List distribution:


Project link:

- Homepage
- Repository