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
Lots of people (including myself) reporting that a workaround is to install the additional missing library by changing the Dockerfile as follows (notice the pip install --upgrade typing-extensions part):
Checklist
What happened?
#16383
Building at least the
auto-cpu
image fails with:ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/opt/conda/lib/python3.10/site-packages/typing_extensions.py)
The linked discussion suggests modifying the Dockerfile to update the
typing_extensions
module to a newer version, which fixes the issue.Steps to reproduce the problem
docker compose --profile auto-cpu up --build
What should have happened?
Build should not fail with an ImportError
What browsers do you use to access the UI ?
No response
Sysinfo
n/a
Console logs
The text was updated successfully, but these errors were encountered: