I get error when I try to run on Ubuntu 20.04. Actually I see this with several renpy games
============================
$ ./Bad-Memories.sh
Could not import renpy.bootstrap. Please ensure you decompressed Ren'Py
correctly, preserving the directory structure.
Traceback (most recent call last):
File "/home/steam/Steam/Bad-Memories/lib/linux-x86_64/../../Bad-Memories.py", line 198, in <module>
main()
File "/home/steam/Steam/Bad-Memories/lib/linux-x86_64/../../Bad-Memories.py", line 188, in main
import renpy.bootstrap
File "/steam/Steam/Bad-Memories/renpy/__init__.py", line 56, in <module>
from renpy.compat import *
File "/steam/Steam/Bad-Memories/renpy/compat/__init__.py", line 59, in <module>
import future.standard_library
ImportError: No module named future.standard_library
========================
not sure how renpy works exacyl but it does not seem to use the installed python but rather its own version. So maybe its not built properly.
I check python from the command line and it can import the future.standard_library. So maybe ren'py specific.
Please can anyone help?