[GH-ISSUE #1666] [FEAT]: anything llm to be able to run on fedora #1086

Closed
opened 2026-02-22 18:23:03 -05:00 by yindo · 1 comment
Owner

Originally created by @Mobinake on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1666

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). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1666 ### 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”]}
yindo added the enhancementfeature request labels 2026-02-22 18:23:03 -05:00
yindo closed this issue 2026-02-22 18:23:03 -05:00
Author
Owner

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

Duplicate of #898

@timothycarambat commented on GitHub (Jun 12, 2024): Duplicate of #898
yindo changed title from [FEAT]: anything llm to be able to run on fedora to [GH-ISSUE #1666] [FEAT]: anything llm to be able to run on fedora 2026-06-05 14:38:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1086