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

no module named "virtualenv" with execute_remotely #181

Open
AlgorithmicIntelligence opened this issue Jan 22, 2024 · 5 comments
Open

no module named "virtualenv" with execute_remotely #181

AlgorithmicIntelligence opened this issue Jan 22, 2024 · 5 comments

Comments

@AlgorithmicIntelligence

As title, what should I do to install some dependencies before running scripts?

If I ran the script with git repo, the error message changed: clearml_agent: ERROR: Can not run task without repository or literal script in script.diff.

@jkhenning
Copy link
Member

Hi @AlgorithmicIntelligence,

The agent requires that virtualenv be installed in the python version you're using to execute it. The simplest solve is to make sure it's installed in all python versions in your machine (or docker image)

@AlgorithmicIntelligence
Copy link
Author

Hi @AlgorithmicIntelligence,

The agent requires that virtualenv be installed in the python version you're using to execute it. The simplest solve is to make sure it's installed in all python versions in your machine (or docker image)

Do you mean that I have to install virtualenv at remote agent machine?

@jkhenning
Copy link
Member

How are you running the agent on that machine? Can you share the command?

@AlgorithmicIntelligence
Copy link
Author

task_c7f9ec4fb21848b693e109e6f14fe407.log

This is the log from console, is it helpful for debugging?

@jkhenning
Copy link
Member

I meant how are you running the agent? what is the command line you use?

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