-
Notifications
You must be signed in to change notification settings - Fork 657
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
Requirements.txt and git+ssh python packge urls #62
Comments
Hi @elinep, yes you should totally use trains-agent to do so :)
|
Ok, I confirm it works by manually editing the "installed packages" section. Thanks |
Awesome, I'm happy to hear the problem is solved. |
Woot Woot 🎊 |
Hi @elinep, |
Hi @bmartinn I missed your reply. While testing #219 (comment) I realized that the reported requirements on the UI does not show the git+ssh link. When remotely executing the task, trains-agent tries to install the package from the regular repository. My requirements.txt is:
The reported requirements.txt is:
And pip version is 20.2.4. Did I miss something ? |
@elinep , what are you getting on BTW: |
It looks like Thanks for your time @bmartinn |
Hi,
In my python requirements.txt, I have some dependencies hosted on private git repositories.
I would like to clone and run experiments on multiple workers thanks to trains-agent.
It seems trains detects only package name and version and has no clue of the package source. Therefore workers fail to install my script dependencies.
Any hint?
Thanks
The text was updated successfully, but these errors were encountered: