Error: Generator at prisma-client-py could not start #743
Unanswered
zstruthers
asked this question in
Q&A
Replies: 1 comment
-
Error message also says: /bin/sh: prisma-client-py: command not found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in the title, whenever I run python3 -m prisma db push I get the error: Error: Generator at prisma-client-py could not start. This is what my schema.prisma looks like:
generator client {
provider = "prisma-client-py"
interface = "asyncio"
recursive_type_depth = 5
}
Beta Was this translation helpful? Give feedback.
All reactions