-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
RayLauncher.setup() got an unexpected keyword argument 'hydra_context' #2725
Comments
Which version of |
@odelalleau, strangely, when I pip install
If I try to install a recent version of it, then I run into some trouble. For example,
The dependency is indeed pinned to update Could this be a @odelalleau: Confirmed. I hacked the install and installed ray |
Yeah it sounds like the launcher's dependencies indeed need to be updated, thanks for the investigation. |
Thank you so much for looking into this @odelalleau. Let me know if I can help any further! Please tag me when this is fixed and I can try and test the fix at my end. |
Just to set expectations, I have no idea when/if someone will push a fix. I'm only a very lightweight contributor myself. |
🐛 Bug
Description
Cannot launch application with
hydra
ray
launcher.Checklist
To reproduce
** Minimal Code/Config snippet to reproduce **
** Stack trace/error message **
Expected Behavior
System information
Additional context
The warning about
pickle5
is weird given the plugin requires itI tried several versions of
hydra
, I don't think it's an environment issue, but you never know!The text was updated successfully, but these errors were encountered: