-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I am trying to set up the HTC system with latest version 0.3.4. I have tracked down to following error with both workshop and github installation. Can you take a look what is missing?
It happened when running the command: kubectl logs job/single-task -f
aws-htc-grid-0.3.4/examples/client/python $ python3 ./client.py --help
20:08:27 - INFO - in_out_manager.py - - 23 - Init AWS Grid Connector
Traceback (most recent call last):
File "./client.py", line 5, in
from api.connector import AWSConnector
File "/home/ec2-user/environment/aws-htc-grid-0.3.4/venv/lib/python3.7/site-packages/api/connector.py", line 20, in
from privateapi.api import default_api
ModuleNotFoundError: No module named 'privateapi.api'
(venv) Admin:~/environment/aws-htc-grid-0.3.4/examples/client/python $ ls /home/ec2-user/environment/aws-htc-grid-0.3.4/venv/lib/python3.7/site-packages/privateapi/
api_client.py configuration.py init.py models pycache schemas.py
apis exceptions.py model paths rest.py