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
Describe the bug
Had an error while setting up care manually in local, This happened while installing the packages (pip install -r requirements/local.txt). The package that was causing the issue was typed-ast.
To Reproduce
Steps to reproduce the behavior:
Cloned care
Created an env (python3 -m venv .venv) and activated it
Did pip install (pip install -r requirements/local.txt)
See error
Screenshots
Desktop (please complete the following information):
Mac m2 Ventura
Python 3.11.4
Pip 23.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Had an error while setting up care manually in local, This happened while installing the packages (
pip install -r requirements/local.txt
). The package that was causing the issue wastyped-ast
.To Reproduce
Steps to reproduce the behavior:
python3 -m venv .venv
) and activated itpip install -r requirements/local.txt
)Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: