I'm trying to install PMM following the locad directions and I'm getting this error:
python : Traceback (most recent call last):
At line:1 char:1
- python plex_meta_manager.py -r
-
+ CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [] , RemoteException + FullyQualifiedErrorId : NativeCommandError File "C:\Users\Doug\Plex-Meta-Manager\plex_meta_manager.py", line 173, in <module> from modules.builder import CollectionBuilder File "C:\Users\Doug\Plex-Meta-Manager\modules\builder.py", line 2, in <module> from arrapi import ArrException File "C:\Users\Doug\Plex-Meta-Manager\pmm-venv\Lib\site-packages\arrapi\__init__.py",
line 1, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'