-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bin/fetch-gn returned non-zero exit status of 1 #23
Comments
I put the files from the zip into the deps/skia directory and it seems to be working fine, i'll close the issue if aseprite builds successfully. |
It looks like a connection problems to download the files (you can keep trying running the same command until it/Internet-connection works), but if you have downloaded the required files from your browser and it worked, that's great too 👍 |
Thanks for such quick response time, 1150/1536 aseprite files compiled and it's looking like this isn't an issue anymore. I think the issue before was that my python version was outdated |
Unfortunately the second last file had an issue compiling, here's the error:
|
When trying to run
python tools/git-sync-deps
, I receive a series of errors culminating insubprocess.CalledProcessError: Command '['/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python', 'bin/fetch-gn']' returned non-zero exit status 1
.When running
python3 tools/git-sync-deps
, I receive the alternate errorsubprocess.CalledProcessError: Command '['/usr/local/bin/python3', 'bin/fetch-gn']' returned non-zero exit status 1
.All of the other python submodules seem to be compiling fine up to this point.
I am running this in zsh on MacOS Big Sur 11.6.5 .
Full errors:
For
python tools/git-sync-deps
:The text was updated successfully, but these errors were encountered: