Issue in Step2? #16
Replies: 8 comments 48 replies
-
Hi @RageQuitnft you're welcome! what format are the files in the layers folder? Can you screenshot me the layers folder? |
Beta Was this translation helpful? Give feedback.
-
This is what I get. I also updated pip: pugst@iMac Generative_Gif_Engine-main % make first_time_setup up to date, audited 69 packages in 508ms 5 packages are looking for funding found 0 vulnerabilities |
Beta Was this translation helpful? Give feedback.
-
Unfortunately yes... This is what I keep getting: Error: dlopen(/Users/pugst/Eazywallz Dropbox/Geoffrey Poulad/NFTs/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/node_modules/canvas/build/Release/canvas.node, 1): no suitable image found. Did find: |
Beta Was this translation helpful? Give feedback.
-
Hey, when I run "sudo rm -rf node_modules/" it's asking me for a password? |
Beta Was this translation helpful? Give feedback.
-
IT WORKED!!! I figured it out! At least for mac, thats enough for me! So apparently, because I'm running on a M1 mac, the node.js version that must be used is 14.18.2. All other version I've tried did not work. |
Beta Was this translation helpful? Give feedback.
-
Hi Jalagar, Thank you for your tool ! I'm blocked too during the step2. I tried to make the same things than RageQuitnft and your issues but it still not working. This is the message I have : /Users/kevinbusqueta/Downloads/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/src/config.js:19 ReferenceError: Cannot access 'totalSupply' before initialization Do you know where is my problem ? (I'm a begginer) 😄 |
Beta Was this translation helpful? Give feedback.
-
Hey I'm also experiencing an issue with step2 |
Beta Was this translation helpful? Give feedback.
-
Hi jalagar. I'm also experiencing an issue with step2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @jalagar ,
I can't thank you enough for your help and kind reply. I used your folders and layers to test the process and it seems that I ran in some kind of issue. Again, I never coded in my life, this is all foreign to me :)
Here is the issue (I think):
Error: dlopen(/Users/pugst/Eazywallz Dropbox/Geoffrey Poulad/NFTs/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/node_modules/canvas/build/Release/canvas.node, 1): no suitable image found. Did find:
/Users/pugst/Eazywallz Dropbox/Geoffrey Poulad/NFTs/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/node_modules/canvas/build/Release/canvas.node: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
/Users/pugst/Eazywallz Dropbox/Geoffrey Poulad/NFTs/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/node_modules/canvas/build/Release/canvas.node: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1183:18)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/Users/pugst/Eazywallz Dropbox/Geoffrey Poulad/NFTs/Generative_Gif_Engine-main/step2_spritesheet_to_generative_sheet/node_modules/canvas/lib/bindings.js:3:18)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
code: 'ERR_DLOPEN_FAILED'
}
make[1]: *** [step2] Error 1
make: *** [all] Error 2
pugst@iMac Generative_Gif_Engine-main %
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions