I have installed CDRtools as described in the READMe. But then I run tests:
pytest --pyargs CGRtools, I have the error: ModuleNotFoundError: No module named 'lazy_object_proxy'.
This problem is easily solved by additional installation of this library: pip install lazy_object_proxy
Maybe it is better to add this library depending on the CGRtools? Or maybe add additional command (pip install lazy_object_proxy) to the README?
Hello!
I have installed CDRtools as described in the READMe. But then I run tests:
pytest --pyargs CGRtools
, I have the error:ModuleNotFoundError: No module named 'lazy_object_proxy'
.This problem is easily solved by additional installation of this library:
pip install lazy_object_proxy
Maybe it is better to add this library depending on the CGRtools? Or maybe add additional command (
pip install lazy_object_proxy
) to the README?