mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: anything llm to be able to run on fedora #1094
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#1094
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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” tobinaryTargetsin the “schema.prisma” file and runprisma generateafter saving it: generator client { provider = "prisma-client-js” binaryTargets = ["native”, “rhel-openssl-3.0.x”]}@timothycarambat commented on GitHub (Jun 12, 2024):
Duplicate of #898