Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Setup.py Errors Out Due to Incomplete Requirement Specifiers #15

Open
bebark opened this issue Jul 24, 2023 · 1 comment
Open

Setup.py Errors Out Due to Incomplete Requirement Specifiers #15

bebark opened this issue Jul 24, 2023 · 1 comment

Comments

@bebark
Copy link

bebark commented Jul 24, 2023

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!

@TheEimer
Copy link
Contributor

Thanks for catching this and sorry it took so long - should be fixed in the pending PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants