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
Hello, is it possible to use cached_property using python 3.7 ? I'm facing the following problem, which I think is related to 3.7 but I am not sure. The setup.py file says that there's compatibility with python 3.7 so I'm curious
To reproduce the error:
Open a Google Collaboratory session (or any fresh environment with 3.7)
Try to import cached property: from functools import cached_property
You might see this result:
The text was updated successfully, but these errors were encountered:
Hello, is it possible to use cached_property using python 3.7 ? I'm facing the following problem, which I think is related to 3.7 but I am not sure. The setup.py file says that there's compatibility with python 3.7 so I'm curious
To reproduce the error:
from functools import cached_property
The text was updated successfully, but these errors were encountered: