ImportError: cannot import name 'cached_property' from 'functools' (/usr/lib/python3.7/functools.py)
Gui-FernandesBR opened this issue · 1 comments
Gui-FernandesBR commented
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:
Gui-FernandesBR commented
Possible workaround solution (but the setup.py file need to change, then): https://stackoverflow.com/a/19979379/19971645