You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I had the same issue and worked around by installing python2-numarray and replacing line 4 of monorail/koon/gfx.py with
from numarray import array Possibly related
Also, dependencies may be missing so see the output of
python2 -c "import monorail.ai"
if that doesn't work.
@Joooo Thanks! That solves it for me. I can't determine whether this is because of an issue with Arch Linux though, so I'll leave closing to somebody else :)
Hi,
I can't run on Linux, even though make seems to run ok.
I'm on ArchLinux. Perhaps this has something to do with the python2/
python
=python3 chaos.The text was updated successfully, but these errors were encountered: