-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'Final' from 'typing' #83
Comments
you can find the 'beit.py' and 'eva.py', using:'from typing_extensions import Final |
same problem |
when I run demo.py it showed "ImportError: cannot import name 'Final' from 'typing' (/home/jsj616/miniconda3/envs/vilt/lib/python3.7/typing.py)" my environment is ipython 7.34.0 pypi_0 pypi
python 3.7.16 h7a1cb2a_0 defaults other configuration is same as the document.I cant figure it out
The text was updated successfully, but these errors were encountered: