Error: spawn prisma-client-py ENOENT
I've been using prisma in node.js & I'm loving it.
Right now I have a Fastapi backend that I want to use Prisma with, yet I'm facing this issue whenever I run "prisma db push" :
{prisma db push
Environment variables loaded from .env
Prisma schema loaded from schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-west-1.pooler.supabase.com"
The database is already in sync with the Prisma schema.
Running generate... (Use --skip-generate to skip the generators)
Error: spawn prisma-client-py ENOENT}
--
Prisma -v:
prisma : 5.13.0
@prisma/client : 5.13.0
Computed binaryTarget : windows
Operating System : win32
Architecture : x64
Node.js : v20.12.0
Query Engine (Node-API) : libquery-engine b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b (at ........\AppData\Roaming\npm\node_modules\prisma\node_modules@prisma\engines\query_engine-windows.dll.node)
Schema Engine : schema-engine-cli b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b (at ........\AppData\Roaming\npm\node_modules\prisma\node_modules@prisma\engines\schema-engine-windows.exe)
Schema Wasm : @prisma/prisma-schema-wasm 5.13.0-23.b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
Default Engines Hash : HIDDEN
Studio : 0.500.0
--
Schema.prisma:
generator client {
provider = "prisma-client-py"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model User {
id String @id @unique
name String?
email String @unique
profileImage String?
ntfyChannel String
stripeCustomerId String? @unique
}
5 Replies
Windows 11
this is a scam guys, be aware. He sends a dm and then asks me to join a different server.
gtfo
@Aide Flood thanks for pointing that out. Banned
(going to also remove your message with the link, as I don't want folks clicking on that. Hope you understand)
ofc ~:)
To answer your question, and this is gonna sound funny, but we actually don't maintain the python client and they are in a different discord :lolsob:
Here is their official information: https://prisma-client-py.readthedocs.io/en/stable/
And their repo: https://github.com/RobertCraigie/prisma-client-py
Prisma Client Python
An auto-generated and fully type-safe database client
GitHub
GitHub - RobertCraigie/prisma-client-py: Prisma Client Python is an...
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - RobertCraigie/prisma-client-py
ahhh ic, I'll post an issue in github then 🫡