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
$ pip install fixieai
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
ERROR: astroid 2.7.3 has requirement wrapt<1.13,>=1.11, but you'll have wrapt 1.15.0 which is incompatible.
ERROR: fastapi 0.89.1 has requirement pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2, but you'll have pydantic 2.0.3 which is incompatible.
Using a fresh venv, just the second error:
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
ERROR: fastapi 0.89.1 has requirement pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2, but you'll have pydantic 2.0.3 which is incompatible.
On an Ubuntu 20.04 LTS system with python 3.8.10:
Using a fresh
venv
, just the second error:Full log:
pip-install-output.txt
Works in python 3.8.17.
The text was updated successfully, but these errors were encountered: