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
when i run pip install -r requirements.txt ,terminal always arise 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.
outlines 0.0.34 requires pydantic>=2.0, but you have pydantic 1.10.13 which is incompatible. when i pip install --upgrade pydantic,there is a error:
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 0.111.0 requires pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4, but you have pydantic 2.0 which is incompatible.
vllm 0.2.6 requires pydantic==1.10.13, but you have pydantic 2.0 which is incompatible.
so i don't know what can i do?how to solve these problems about the environment!!!!
The text was updated successfully, but these errors were encountered:
when i run pip install -r requirements.txt ,terminal always arise 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.
outlines 0.0.34 requires pydantic>=2.0, but you have pydantic 1.10.13 which is incompatible.
when i pip install --upgrade pydantic,there is a error:
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 0.111.0 requires pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4, but you have pydantic 2.0 which is incompatible.
vllm 0.2.6 requires pydantic==1.10.13, but you have pydantic 2.0 which is incompatible.
so i don't know what can i do?how to solve these problems about the environment!!!!
The text was updated successfully, but these errors were encountered: