You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while trying to install Ragflow using the source code. I followed the tutorial and used poetry install, but I received an error saying that the lock file must be updated. I then ran poetry lock, but even after running it for a day and a half (until 10 PM today), it hasn’t finished updating dependencies. Is this normal? I’ve already switched to a different mirror source, but the issue persists.
It’s worth noting that I referred to other installation tutorials and tried using the poetry lock --no-update command. However, I received an error saying that the --no-update option does not exist. I then downgraded Poetry from version 2.0.0 to 1.1.12, 1.1.8, and 1.1.6, but the problem remains.
Additionally, I have a small question: If I want to perform secondary development on Ragflow, such as adding my own algorithm module, what’s the best way to debug the code? Can I directly enter the running ragflow-server container and modify the source code, or is it better to use the source code installation method for secondary development?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Describe your problem
Hello,
I encountered an issue while trying to install Ragflow using the source code. I followed the tutorial and used poetry install, but I received an error saying that the lock file must be updated. I then ran poetry lock, but even after running it for a day and a half (until 10 PM today), it hasn’t finished updating dependencies. Is this normal? I’ve already switched to a different mirror source, but the issue persists.
It’s worth noting that I referred to other installation tutorials and tried using the poetry lock --no-update command. However, I received an error saying that the --no-update option does not exist. I then downgraded Poetry from version 2.0.0 to 1.1.12, 1.1.8, and 1.1.6, but the problem remains.
Additionally, I have a small question: If I want to perform secondary development on Ragflow, such as adding my own algorithm module, what’s the best way to debug the code? Can I directly enter the running ragflow-server container and modify the source code, or is it better to use the source code installation method for secondary development?
Thank you for your help!
The text was updated successfully, but these errors were encountered: