-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add friendlier errors #789
Comments
Thanks for reporting! How did you install torchx? We use extra reqs to install additional scheduler dependencies based on the user's choice of scheduler backend. See: https://github.com/pytorch/torchx#stable. For ray, I'm wondering if you installed it via:
as suggested in the docs. |
I've installed it using only It is normal that it is looking for so many different versions of the same dependency?
|
Ah this is due to the changes in
Which is what we do for CI (see workflow). I created a bug report to track and fix #790. |
🐛 Bug
Module (check all that applies):
torchx.spec
torchx.component
torchx.apps
torchx.runtime
torchx.cli
torchx.schedulers
torchx.pipelines
torchx.aws
torchx.examples
other
To Reproduce
Expected behavior
I would expect an error message with a bit of documentation about what to do to configure my deployments.
Environment
The text was updated successfully, but these errors were encountered: