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 libary descriptors does not work. I used: pip install cached-property
and replaced all statements with from cached_property import cached_property
Then I replaced cachedproperty
with cached_property
in the code
The text was updated successfully, but these errors were encountered:
The libary descriptors does not work. I used:
pip install cached-property
and replaced all statements with
from cached_property import cached_property
Then I replaced
cachedproperty
with
cached_property
in the code
The text was updated successfully, but these errors were encountered: