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
The readme file specifies "Python 3.7+" as a requirement, which I understand as ">=3.7". However, the assignment operator := is used in the file adapters/utils.py, which is not allowed until Python 3.8.
Thanks for the great work with adapter-transformers!
The text was updated successfully, but these errors were encountered:
@fzalkow from now on we will officially only support python3.8+ as python3.7 is only supported until June this year. Nevertheless, the master branch should currently be fully functional with python3.7, but we cannot say how long this will be the case.
Thanks for letting us know that adapter-transformers no longer worked with Python 3.7!
Hi,
The readme file specifies "Python 3.7+" as a requirement, which I understand as ">=3.7". However, the assignment operator
:=
is used in the fileadapters/utils.py
, which is not allowed until Python 3.8.Thanks for the great work with adapter-transformers!
The text was updated successfully, but these errors were encountered: