openai / retro

Retro Games in Gym
MIT License
3.35k stars 524 forks source link

Invalid Tag #249

Open MatPoliquin opened 2 years ago

MatPoliquin commented 2 years ago

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: https://github.com/pypa/setuptools_scm/issues/449#issuecomment-893240206

System information

nathan-jimin commented 2 years ago

a quick workaround for me was to use git tag -d f347d7e the install worked for me after doing so