Replies: 1 comment 2 replies
-
Hi there! What is the error on step3? Do you have a video? That is super strange that it doesn't work on Windows and you have to alias from python3 to py, I'll investigate using my Windows laptop later this weekend. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi thanks for your code
I run this test on Windows 10 and use files from your original zip
here is what happened with the videos.
make first_time_setup
, then I modify the "Makefile" file, I changed"python3" to "py", now it runs fine,
https://vimeo.com/699583338 then I got an error at
cd step2_spritesheet_to_generative_sheet; npm i
then I try to run that code manually and it works,
then continue by running
cargo install gifski
instead ofbrew install gifski
make first_time_setup
process is completed, I continue by runningmake all
then again I got an error at
make step2
it won't run
make step2
except if I run the code from that step manuallycd step2_spritesheet_to_generative_sheet; npm run generate
now it seems to be working.make step3
is where I get stuck, I can't run bothmake step3
andpy step3_generative_sheet_to_gif/build.py
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions