New version issue with latest git commit
CarsonStevens opened this issue · 3 comments
CarsonStevens commented
After a clean pip install git+https://github.com/Farama-Foundation/stable-retro.git
FileNotFoundError Traceback (most recent call last)
in <cell line: 2>()
----> 1 import retro; print(retro.path)
/usr/local/lib/python3.10/dist-packages/retro/init.py in
9 core_path(os.path.join(os.path.dirname(file), "cores"))
10
---> 11 with open(os.path.join(os.path.dirname(file), "VERSION.txt")) as f:
12 version = f.read()
13
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/dist-packages/retro/VERSION.txt'
This is on a Colab T4
zbeucler2018 commented
This MR fixes this error
MatPoliquin commented
Fix is merged now
CarsonStevens commented
Thank you for the quick fix