The assembler could not be located.
Closed this issue · 2 comments
Trying to run the python make.py stuff to finish this up and I can't figure out what's wrong from just sifting through files and the paths. Looking at the other closed issues with the same error didn't help either. This is the main error.
I have the devkitPro in the PATH variable as well as the 3 variables in the order listed in 1 of the solutions. I've tried the same process with cmd ran as administrator as well and checked to make sure said assembly file was there which it was.
I installed Python 3.7.9 and it properly opens when typing "python" into cmd.
DevkitPro version is 3.0.3
Before you ask, I have tried all of this in my storage drive (E:) as well as my main drive (C:), and yes I did change the paths accordingly.
//Edit
Forgot to include the related issue link.
#12
Try removing the ; in front of the path name, and then restarting your computer.
Try removing the ; in front of the path name, and then restarting your computer.
I'm happy this worked but am upset that that was the problem since it emphasized it in that other thread. Thanks dude