Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'plextraktsync'

tonybeatle opened this issue · comments

Confirmation

  • I have read the README.md on the project homepage
  • I have checked if identical issue already exists
  • I have tried downgrading to find version that can be used as a workaround

The problem

Installed with pipx install PlexTraktSync. Tried to run sync and got error message.

File "/root/.local/bin/plextraktsync", line 5, in <module>
    from plextraktsync.cli import cli
ModuleNotFoundError: No module named 'plextraktsync'

Steps to reproduce the behavior

Installed with pipx install PlexTraktSync. Tried to run sync and got error message.

Error trace / logs

File "/root/.local/bin/plextraktsync", line 5, in <module>
    from plextraktsync.cli import cli
ModuleNotFoundError: No module named 'plextraktsync'

Expected behavior

syncing

Inspect of problematic items

No response

Workarounds

No response

Install method

pipx

Config file contents

No response

Version

latest

Python Version

3.10.0

Plex Server Version

lastest

Operating System and Version

6.9.14-1 (Shaitan)

Version: latest

invalid version. try downgrade to find what version works.

you should also not run this program as root. it does not require any special permissions

0.29.2 works fine to me (macOS).

closing. reporter disssapeared