Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'privateapi.api' #49

Open
cyberchip-wang opened this issue Jan 18, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'privateapi.api' #49

cyberchip-wang opened this issue Jan 18, 2023 · 1 comment

Comments

@cyberchip-wang
Copy link

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

@clementrey-dev
Copy link
Collaborator

Thank you for your interest in the aws-htc-grid project.

We are currently investigating the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants