iamkroot / trakt-scrobbler

Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV.
https://github.com/iamkroot/trakt-scrobbler/wiki
GNU General Public License v2.0
449 stars 30 forks source link

[Installation] #232

Closed krystyan84 closed 5 months ago

krystyan84 commented 1 year ago

System Info

Description

The installation does not work for me :( ,I follow the description but I get this error

Command line output

'c:\python3\python.exe -m venv --clear C:\Users\username\.local\pipx\shared' failed PS C:\Windows\system32> python --version Python 3.7.8 PS C:\Windows\system32> pip --version pip 22.3.1 from C:\Python3\lib\site-packages\pip (python 3.7) PS C:\Windows\system32> python3 -m pip install --user pipx Requirement already satisfied: pipx in c:\users\username\appdata\roaming\python\python37\site-packages (1.1.0) Requirement already satisfied: colorama>=0.4.4 in c:\users\username\appdata\roaming\python\python37\site-packages (from pipx) (0.4.5) Requirement already satisfied: userpath>=1.6.0 in c:\users\username\appdata\roaming\python\python37\site-packages (from pipx) (1.8.0) Requirement already satisfied: importlib-metadata>=3.3.0 in c:\users\username\appdata\roaming\python\python37\site-packages (from pipx) (4.12.0) Requirement already satisfied: packaging>=20.0 in c:\python3\lib\site-packages (from pipx) (20.3) Requirement already satisfied: argcomplete>=1.9.4 in c:\users\username\appdata\roaming\python\python37\site-packages (from pipx) (2.0.0) Requirement already satisfied: typing-extensions>=3.6.4 in c:\python3\lib\site-packages (from importlib-metadata>=3.3.0->pipx) (4.3.0) Requirement already satisfied: zipp>=0.5 in c:\python3\lib\site-packages (from importlib-metadata>=3.3.0->pipx) (3.1.0) Requirement already satisfied: pyparsing>=2.0.2 in c:\python3\lib\site-packages (from packaging>=20.0->pipx) (2.4.7) Requirement already satisfied: six in c:\python3\lib\site-packages (from packaging>=20.0->pipx) (1.16.0) Requirement already satisfied: click in c:\python3\lib\site-packages (from userpath>=1.6.0->pipx) (8.1.3) PS C:\Windows\system32> python3 -m pipx ensurepath C:\Users\username\AppData\Roaming\Python\Python37\Scripts is already in PATH. C:\Users\username.local\bin is already in PATH.

⚠️ All pipx binary directories have been added to PATH. If you are sure you want to proceed, try again with the '--force' flag.

Otherwise pipx is ready to go! ✨ 🌟 ✨ PS C:\Windows\system32> pipx install trakt-scrobbler Unable to copy 'c:\python3\venvlauncher.exe' Unable to copy 'c:\python3\venvwlauncher.exe'

'c:\python3\python.exe -m venv --clear C:\Users\username\.local\pipx\shared' failed PS C:\Windows\system32>

Log file

Click to see log contents

``` (replace these lines) *PASTE LOG FILE CONTENTS HERE* Command: "trakts log open" or "trakts log path" or see [FAQ](https://github.com/iamkroot/trakt-scrobbler/wiki/FAQs#where-is-the-log-fileother-data-stored). ```

iamkroot commented 1 year ago

You do not need to use an Admin powershell for the installation process. Try using a normal terminal instead.

iamkroot commented 5 months ago

Closing due to inactivity