-
I am not familiar with code, been trying to follow instructions but it seems for me the cd command in makefile PS D:\artengine\Generative_Gif_Engine-main\Generative_Gif_Engine-main> make step3 python version - Python 3.10.4 Any help please? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
I am now able to run all 3 steps individually, adding the python scripts dir to the path env variables fixed the imageio 'module not found' error.. though still not able to run makeall as it returns an error unable to move into the folder with cd command but I think that's not a prob now that I am able to run one step at a time. Testing out all 3 steps now with my own artwork. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @bxbxyxgx glad you were able to figure it out! I have seen a few people on Windows face that issue. Can you try edit the |
Beta Was this translation helpful? Give feedback.
-
make all |
Beta Was this translation helpful? Give feedback.
Hi @bxbxyxgx glad you were able to figure it out! I have seen a few people on Windows face that issue. Can you try edit the
Makefile
to becd step2_spritesheet_to_generative_sheet; npm i
without the ./ and see if that fixes it? Try play around with the Makefile aliased commands, that is what controls themake step2
.