-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cant use go run github.com/prisma/prisma-client-go db push
on Linux ARM-64
#572
Comments
This issue started randomly happening for me today. Deployed on Render. System info:
Obviously I know the package is dead in the water, but I didn't expect it to just randomly break the binaries. Are these not the common Prisma binaries? Presumably it should continue to work? |
Nothing got changed there, so nothing should break. Do you get the same message as the original poster? Or something slightly different? Whcih version? |
The error started happening on a redeploy of the exact same branch, so I suspect it has to do with fetching the system-specific CLI or binaries? You would probably know more about what Prisma does under the hood. Here is the error readout:
I fixed it by doing the generate and deploy locally (M1 mac) and then zipping it up with the binaries that I extracted from my last functioning deploy and unzipping it during deploy on the server... Not an ideal fix. Basically if I try to generate or deploy on the linux box it breaks. |
Can you compare the new (broken) to the old (working) binaries? |
I can't because the binaries never actually get generated. The command to generate the Go types and the binaries ( |
So |
Alright so it's quite clear why this is not working at this point. This is not a priority but I can take a look if anyone is still interested in having linux arm 64 binaries. If you try, please use the latest branch as there are some fixes around the binaries: |
It MIGHT be fixed via #814, but honestly I have no idea if it does :D |
Hi, I've been having a ton of problems on my Raspberry Pi running Ubuntu 64bit running the
go run github.com/prisma/prisma-client-go db push
command.I've been trying to debug this for around 10hrs+ and I think I might have found the issue?
I think its related to this
prisma/prisma#861
Here is the stack trace for
go run github.com/prisma/prisma-client-go db push
Please let me know what you think!
Hope you're having a good day ❤️
Also side note, I tried installing the prisma CLI and tried doing it that way just for a shine of hope, and it generated it, but it panics on
Connect
sayingThe text was updated successfully, but these errors were encountered: