[FEAT]: anything llm to be able to run on fedora #1094

Closed
opened 2026-02-28 05:15:17 -05:00 by deekerman · 1 comment
Owner

Originally created by @Mobinake on GitHub (Jun 12, 2024).

What would you like to see?

I'm trying to run the program on fedora, but I get the error that Prisma Client is based on debian-openssl.

Error: Invalid prisma.workspaces.create() invocation: Prisma Client could not locate the Query Engine for runtime “rhel-openssl-3.0.x”. This happened because Prisma Client was generated for “debian-openssl-3.0.x”, but the actual deployment required “rhel-openssl-3.0.x”. Add “rhel-openssl-3.0.x” to binaryTargets in the “schema.prisma” file and run prisma generate after saving it: generator client { provider = "prisma-client-js” binaryTargets = ["native”, “rhel-openssl-3.0.x”]}

Originally created by @Mobinake on GitHub (Jun 12, 2024). ### What would you like to see? I'm trying to run the program on fedora, but I get the error that Prisma Client is based on debian-openssl. Error: Invalid `prisma.workspaces.create()` invocation: Prisma Client could not locate the Query Engine for runtime “rhel-openssl-3.0.x”. This happened because Prisma Client was generated for “debian-openssl-3.0.x”, but the actual deployment required “rhel-openssl-3.0.x”. Add “rhel-openssl-3.0.x” to `binaryTargets` in the “schema.prisma” file and run `prisma generate` after saving it: generator client { provider = "prisma-client-js” binaryTargets = ["native”, “rhel-openssl-3.0.x”]}
Author
Owner

@timothycarambat commented on GitHub (Jun 12, 2024):

Duplicate of #898

@timothycarambat commented on GitHub (Jun 12, 2024): Duplicate of #898
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anything-llm#1094
No description provided.