ImportError: cannot import name 'coerce_return_to_text' from 'eth_utils'
After cloning the repository per the instructions I would like to become familiar with the code base. I tried to run the tests, ./test.sh and got the following:
Erics-MacBook-Pro-3:cdp-keeper ericbadiere$ ./test.sh
ImportError while loading conftest '/Volumes/Seagate/projects/makerdao/cdp-keeper/tests/conftest.py'.
tests/conftest.py:20: in
Any guidance would be appreciated.
I was able to get by this issue by pulling in the latest pymaker:
git submodule update --remote lib/pymaker