Posted May 18, 2021 by r3dhummingbird
Please do not use any executables downloaded on May 17th and refer to the source code instead.
Those executables contain a bug with importing NumPy. The developer is actively fixing this issue and hopes to push out new executables as soon as possible.
The error might look like:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00-renpythm/rhythm_game_displayable.rpy", line 29, in script
init python:
File "game/00-renpythm/rhythm_game_displayable.rpy", line 29, in script
init python:
File "game/00-renpythm/rhythm_game_displayable.rpy", line 36, in <module>
from aubio import source, onset
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.