Replies: 2 comments 3 replies
-
Setting these environment variables seem to do nothing in the frozen environment, but does work in the non frozen |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I freeze the Prisma python package as part of my CI using GitHub Actions, it has an error when run:
Pipeline: https://github.com/Significant-Gravitas/AutoGPT/actions/runs/9950216596?pr=7406
I think what is happening is
query-engine-windows.exe
needs to be available when it's not. Not super sure how to debug this. I've added theprisma py fetch
to the CI pipeline but that didn't fix. It may be some config with Prisma via https://github.com/RobertCraigie/prisma-client-py/blob/main/src/prisma/_config.py#L49 is needed, but I'm not sure yet.Our setup.py is below, but all the code is open source and available in this branch: Significant-Gravitas/AutoGPT#7406
Beta Was this translation helpful? Give feedback.
All reactions