CCIGAMES / Rii-sports

open source fangame/port aiming to bring a better wii sports experience than switch sports
https://www.reddit.com/r/RiiSports/
MIT License
4 stars 1 forks source link

Error 127 compiling Wii Sports decomp #63

Closed OneProblemAtATime closed 5 months ago

OneProblemAtATime commented 5 months ago

Any idea about the following errors? These errors occur when I try to compile the Wii Sports decomp.

After running make clean: 1) Run Make command once: /usr/bin/env: 'python3': No such file or directory make: *** [makefile:142: build/asm/extab.o] Error 127

2) Run Make command again /usr/bin/env: 'python3': No such file or directory make: *** [makefile:142: build/asm/extabindex.o] Error 127

OneProblemAtATime commented 5 months ago

Fixed by changing #!/usr/bin/env python3 to #!/usr/bin/env python

OneProblemAtATime commented 5 months ago

This issue seems to be solved.