Setup troubles #1651
Unanswered
SarreqTeryx
asked this question in
Q&A
Setup troubles
#1651
Replies: 2 comments 4 replies
-
What version of python is this? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Seems like maybe something's wrong with the Python installation: Though admittedly that is pretty old, it matches the symptom. Following that article's advice and doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup PMM for the first time, following the Local Walkthrough, and I'm getting stuck on the config.yml section where it makes an intentional error with Movies-NOSUCHLIBRARY:
I'm not getting the expected error text, but this instead:
Traceback (most recent call last): File "C:\Users\Sarreq Teryx\Plex-Meta-Manager\plex_meta_manager.py", line 173, in <module> from modules.builder import CollectionBuilder File "C:\Users\Sarreq Teryx\Plex-Meta-Manager\modules\builder.py", line 2, in <module> from arrapi import ArrException File "C:\Users\Sarreq Teryx\Plex-Meta-Manager\pmm-venv\Lib\site-packages\arrapi\__init__.py", line 1, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources'
any ideas? I'm sure I followed the walkthrough exactly up to there.
Beta Was this translation helpful? Give feedback.
All reactions