langchain-ai / langserve

LangServe 🦜️🏓
Other
1.75k stars 184 forks source link

Dependency Conflicts. #681

Open bot66 opened 2 weeks ago

bot66 commented 2 weeks ago
#python=3.10.14
pip install "langserve[all]"
pip install -U langchain-cli

#log
...
Installing collected packages: uvicorn, typer, tomlkit, smmap, libcst, colorama, gitdb, gitpython, fastapi, langchain-cli
  Attempting uninstall: uvicorn
    Found existing installation: uvicorn 0.30.1
    Uninstalling uvicorn-0.30.1:
      Successfully uninstalled uvicorn-0.30.1
  Attempting uninstall: typer
    Found existing installation: typer 0.12.3
    Uninstalling typer-0.12.3:
      Successfully uninstalled typer-0.12.3
  Attempting uninstall: fastapi
    Found existing installation: fastapi 0.111.0
    Uninstalling fastapi-0.111.0:
      Successfully uninstalled fastapi-0.111.0
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.
fastapi-cli 0.0.4 requires typer>=0.12.3, but you have typer 0.9.4 which is incompatible.
Successfully installed colorama-0.4.6 fastapi-0.110.3 gitdb-4.0.11 gitpython-3.1.43 langchain-cli-0.0.24 libcst-1.4.0 smmap-5.0.1 tomlkit-0.12.5 typer-0.9.4 uvicorn-0.23.2