-
Notifications
You must be signed in to change notification settings - Fork 11
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
Agent fails to install SSH server when running in venv/Conda #3
Comments
Hi @norrishd , Thanks for the details - I'll try to reproduce and update as soon as possible! |
Hi @norrishd |
Thanks for the explanation @bmartinn! So do you mean that the current version is able to spin a second SSH daemon? (assuming there's an SSH daemon installed). If so that's very cool and would be fine (I must just be doing something wrong) I tend to use venvs for everything just to avoid ever messing with the system Python. But I guess the use case for clearml-agent is that it's intended to run on servers (or in containers?) that are reserved for that purpose, so the recommendation is to use the system Python and install necessary packages there? Would you also recommend running it as |
Yes, at least in theory (if this doesn't work and
The agent itself can be installed on a venv (even though it might be easier to install system wide). |
Yep makes total sense, thanks 😁 |
I've followed fairly straightforward steps to install a ClearML agent and connect to it using
clearml-session
, but get the following output:On the client side I then get:
Any suggestions? Would the recommendation to be to install/run the ClearML agent as root and/or using the system Python?
Steps to reproduce
On the agent:
Then on the client:
The text was updated successfully, but these errors were encountered: