Open mrnickgbk opened 3 years ago
Hey Nick,
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
python3 ./pcoip-agent-license/pcoip-agent-ls.py
Thanks, ivan
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