March 31, 20215 yr After moving my windows plex server to docker in UnRAID my custom plex agents(plugins) seem to be broken. I am getting the following error: File "/usr/lib/plexmediaserver/Resources/Plug-ins-724c56e62/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 345, in __import__ raise e ImportError: No module named pkg_resources Seems like I need to install python for the plugin to have access to that module. I went ahead and installed the NerdPack app to install python into UnRAID. However, this issue persists. Seems like the docker container does not have visibility of the python install which probably makes sense. Does anyone know how I could get around this? I am using the official plex docker container.
April 1, 20215 yr Author I was able to resolve this issue by providing the pkg_resources module in the shared libraries folder
Archived
This topic is now archived and is closed to further replies.