-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry.lock
requires regeneration when install locally from source code
#12629
Comments
Hello, @chtnnh! I'm here to assist you with any bugs, questions, or contributions you have for Dify. Let's work together to solve the issue you're experiencing. To resolve the error you're encountering with
These steps should help you resolve the error by updating the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
You can run |
Yes, would love to! Should I commit the changes in a new branch after running the above command? |
You need to fork this repo first, then do the changes on your own branch. After that you can create a PR to our main branch! Have fun! |
Created the PR! |
Self Checks
Dify version
0.15.0
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
Follow the steps on this page till number 3 here
Step 4
poetry install
results in an error.✔️ Expected Behavior
Packages installed without error.
❌ Actual Behavior
pyproject.toml changed significantly since poetry.lock was last generated. Run
poetry lockto fix the lock file.
I'm new to poetry but I think this can be fixed with an updated poetry.lock being pushed.
The text was updated successfully, but these errors were encountered: