I'm trying to run PlexUnify and I am getting this error. I have BeautifulSoup installed.
skip@media-server:~/Scripts/PlexUnify-master$ sudo apt-get install python-bs4
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-bs4 is already the newest version (4.6.0-1).
0 upgraded, 0 newly installed, 0 to remove and 226 not upgraded.
skip@media-server:~/Scripts/PlexUnify-master$ sudo -u plex python3 PlexUnify.py
Traceback (most recent call last):
File "PlexUnify.py", line 13, in <module>
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'
skip@media-server:~/Scripts/PlexUnify-master$
I'm trying to run PlexUnify and I am getting this error. I have BeautifulSoup installed.