ai-toolkit
ai-toolkit copied to clipboard
Hi, I got an error when running the script.
from typing_extensions import TypeIs as _TypeIs ImportError: cannot import name 'TypeIs' from 'typing_extensions' (C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\typing_extensions.py)
Have same issue
I sorted by updating typing_extensions
pip install --upgrade typing_extensions