-
Notifications
You must be signed in to change notification settings - Fork 16
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
Python <3.10 Version Incompatibility with pylate
#79
Comments
pylate
pylate
cc @NohTow this should be easy to fix with a from __future__ import annotations above the files where this occurs. Or you can just stick with the original
|
Oh, indeed, I dont know why we set 3.8 while we use | everywhere. |
Just a quick note: the target Python version for Ruff is set to 3.10 Line 34 in 7d9d05e
|
Let's follow Sentence Transformer, and import from future, what do you think about this @NohTow ? Once ST put a higher minimal python version we will do as well |
Hello,
the
pylate
package requires Python version 3.10 or higher for proper functionality. When using Python 3.9, the following error occurs:pylate/setup.py
Line 57 in 7d9d05e
| can not be used in python 3.9 for this type of operation.
The error can be observed in the pipeline run: Pipeline Run
The text was updated successfully, but these errors were encountered: