How to fix ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Wallison Ferreira
0
Reputation points
Hi, how is it going?
Promptflow is giving an error on pip and dependencies in such way that no one solution or combination of set of specific dependencies do not resolve.
I've tried a set of solutions put on the requirements.txt the following dependecies:
langdetect == 1.0.9
promptflow-vectordb[azure] == 0.2.9
langchain >= 0.2.5
langchain-community >= 0.2.19
protobuf >= 3.0.0
langchain-core >= 0.2.43
Or even, but no one is enough to solve the problem.
langdetect == 1.0.9
promptflow-vectordb[azure] == 0.2.9
langchain >=0.1
langchain-community >=0.0.38
protobuf >= 3.0.0
langchain-core >=0.1.52
Sign in to answer