ImportError while loading conftest '/build/python-pythonfinder/src/pythonfinder-1.2.9/tests/conftest.py'.
tests/conftest.py:21: in <module>
    import pythonfinder
build/lib/pythonfinder/__init__.py:10: in <module>
    from .models import SystemPath, WindowsFinder
build/lib/pythonfinder/models/__init__.py:12: in <module>
    from .path import SystemPath
build/lib/pythonfinder/models/path.py:12: in <module>
    from cached_property import cached_property
E   ModuleNotFoundError: No module named 'cached_property'
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
