You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Running pip install using the current setup.py leads to an error on my machine:
error in autorl-sweepers setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
The install works on my machine if I replace '=' with '==' on lines 36, 37, and 41 for hydra_colorlog, hydra-submitit-launcher, and wandb.
Thanks for the awesome repo and paper!
The text was updated successfully, but these errors were encountered:
Running pip install using the current setup.py leads to an error on my machine:
error in autorl-sweepers setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
The install works on my machine if I replace '=' with '==' on lines 36, 37, and 41 for hydra_colorlog, hydra-submitit-launcher, and wandb.
Thanks for the awesome repo and paper!
The text was updated successfully, but these errors were encountered: