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
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
from pymaker.deployment import Deployment
lib/pymaker/pymaker/init.py:34: in
from pymaker.util import synchronize
lib/pymaker/pymaker/util.py:23: in
from eth_utils import coerce_return_to_text, encode_hex
E ImportError: cannot import name 'coerce_return_to_text' from 'eth_utils' (/Users/ericbadiere/anaconda3/lib/python3.7/site-packages/eth_utils/init.py)
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
from pymaker.deployment import Deployment
lib/pymaker/pymaker/init.py:34: in
from pymaker.util import synchronize
lib/pymaker/pymaker/util.py:23: in
from eth_utils import coerce_return_to_text, encode_hex
E ImportError: cannot import name 'coerce_return_to_text' from 'eth_utils' (/Users/ericbadiere/anaconda3/lib/python3.7/site-packages/eth_utils/init.py)
Any guidance would be appreciated.