Closed sirloinofbeef closed 3 years ago
Can you share the command string you're using?
C:\scripts\plex\JBOPS-master\utility\plex_api_invite.py --user XXXXX --libraries "TV Shows" "Movies"
What does python --version
show?
Python 3.9.1
pip install --upgrade --force-reinstall plexapi
?
I'm thinking that you may have two versions of python installed. When you call the script in your initial post it's using a version where the plexapi library isn't installed.
plex_api_invite.py --user XXXXX --libraries "TV Shows" "Movies"
vs.
python plex_api_invite.py --user XXXXX --libraries "TV Shows" "Movies"
Your suspicion was right. I had a Python 2 installed as well. All fixed. Thank you!
I have used JBOPS successfully for quite some time. After a server wipe / rebuild though, I am having trouble:
Using the 'plex_api_invite.py' script I get the error:
I have double checked plexapi and other requirements using pip install -r requirements.txt