Open woraphonedge opened 3 months ago
I had a similar issue and was able to solve it by removing the specific versions of libraries in requirements.txt
I had a similar issue and was able to solve it by removing the specific versions of libraries in requirements.txt
@maitarasher I have the same issue. Can you be more specific?
If you don't have a requirement of uvicorn>=0.29.0 you can remove it from your requirements.txt so pip and better resolve the dependencies.
When trying to start the project, it fails to resolve conflicts between
chainlit
anduvicorn
. As my project does not requireuvicorn
, so I suspect byThe user requested (constraint) uvicorn>=0.29.0
, The user means LangGraph Studio? If yes, my question is what is the workaround?Logs from LangGraph Studio