Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

ImportError: cannot import name 'coerce_return_to_text' from 'eth_utils'  #6

Description

@ebadiere

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions