Missing module future in hostpython
Closed this issue · 1 comments
dogtopus commented
This breaks renpy build as renpy setup.py
requires the future module. A possible workaround for now is to manually download and install the future
package from PyPI (pip and installing pip will not work since there's no ssl support for that Python build).