We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently the newest version has an invalid tag: https://github.com/openai/retro/releases/tag/f347d7e f347d7e is an invalid tag name as opposed to v0.8.0 for example
which causes an error when doing ' pip3 install -e . '
Details here: pypa/setuptools-scm#449 (comment)
The text was updated successfully, but these errors were encountered:
a quick workaround for me was to use git tag -d f347d7e the install worked for me after doing so
git tag -d f347d7e
Sorry, something went wrong.
Fixed Box.sample bug for up-bounded discrete or boolean dtypes (ope…
Box.sample
76559ed
…nai#249) Co-authored-by: Mark Towers <[email protected]>
No branches or pull requests
Issue summary
Apparently the newest version has an invalid tag:
https://github.com/openai/retro/releases/tag/f347d7e
f347d7e is an invalid tag name as opposed to v0.8.0 for example
which causes an error when doing
'
pip3 install -e .
'
Details here:
pypa/setuptools-scm#449 (comment)
System information
The text was updated successfully, but these errors were encountered: