You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning, and then running pip to install the things in requirements.txt as per the docs I get:
~/pcoip-agent-license$ python3 pcoip-agent-ls.py
Traceback (most recent call last):
File "pcoip-agent-ls.py", line 14, in
from libs.ls import LSClient
ModuleNotFoundError: No module named 'libs.ls'
Where do I get libs.ls from? Should I be running this on the box running the license server itself? I'm running the script on Ubuntu 20.04.1
Thanks
Nick
The text was updated successfully, but these errors were encountered:
You do not need to run this on the local license server. If you've cloned the whole repo, libs.ls is located one level up from pcoip-agent-ls.py in the directory tree. Could you try running from the parent directory
Hello,
After cloning, and then running pip to install the things in requirements.txt as per the docs I get:
~/pcoip-agent-license$ python3 pcoip-agent-ls.py
Traceback (most recent call last):
File "pcoip-agent-ls.py", line 14, in
from libs.ls import LSClient
ModuleNotFoundError: No module named 'libs.ls'
Where do I get libs.ls from? Should I be running this on the box running the license server itself? I'm running the script on Ubuntu 20.04.1
Thanks
Nick
The text was updated successfully, but these errors were encountered: