Closed greeksharifa closed 1 year ago
Hi, I've met the same problem. May I ask you how did you solve it?
Hi, I've met the same problem. May I ask you how did you solve it?
OK, I just pip install -U pydantic spacy
which installed pydantic==1.10.12 & spacy==3.6.0
, and problem solved.
Record it here in case someone meets the same problem.
I re-install the exact version of typing
.
I'm running this code snippet in instructBLIP readme:
But I got the TypeError:
How can I resolve this issue?
Already, I tried to reinstall typing, typing-extensions, but I cannot solve this. or, could you tell me the exact version of typing, typing-extensions(and typing-inspect) ?
Thanks!