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
I downloaded the latest master folder of this repository, throwed in a Pokémon Fire Red v1.0 USA ROM named BPRE0.gba, opened up a CMD in C:\Users\Lunos\Desktop\Dynamic-Pokemon-Expansion-master and used python scripts//make.py(I skipped python scripts//data_extractor.py as the README implies it's an optional command.),
The result? I got this error right here.
It may have to do with the specific versions of the required tools that I have, or maybe it's my PATH Environment Variable.
Right now, I'm using Python v3.7.3 and devkitARM r53.
I have the Environment Variable that devkitPro's installer creates by default for devkitARM, and for Python I have links to C:\python37\ and C:\python37\Scripts\ in my PATH Environment Variable.
If there's any other useful information I can/must provide, let me know.
The text was updated successfully, but these errors were encountered:
Recently helped someone else with this issue and the fix was adding $DEVKITARM/bin to the Path. Kind of a strange issue.
Thank you @PhoenixBound, that seems to have worked just fine.
Considering the README doesn't mention this at all, I think it needs an update, That or simply make the code recognize devkitARM's bin folder. I mean, technically it should be able to considering the repository looks like it should be capable of using the variables that devkitPro makes during installation.
Title.
I downloaded the latest master folder of this repository, throwed in a Pokémon Fire Red v1.0 USA ROM named BPRE0.gba, opened up a CMD in
C:\Users\Lunos\Desktop\Dynamic-Pokemon-Expansion-master
and usedpython scripts//make.py
(I skippedpython scripts//data_extractor.py
as the README implies it's an optional command.),The result? I got this error right here.
It may have to do with the specific versions of the required tools that I have, or maybe it's my PATH Environment Variable.
Right now, I'm using Python v3.7.3 and devkitARM r53.
I have the Environment Variable that devkitPro's installer creates by default for devkitARM, and for Python I have links to
C:\python37\
andC:\python37\Scripts\
in my PATH Environment Variable.If there's any other useful information I can/must provide, let me know.
The text was updated successfully, but these errors were encountered: