Closed vanHavel closed 6 years ago
You are using deprecated functions of eth_utils. Downgrading eth_utils to 0.8.1 resolves this error.
try
pip install web3
@vanHavel Looks like it's an issue with populus.
Upgrading web3 should fix it: pip install --upgrade web3
After creating the virtual environment and installing the requirements, I am running
$ python3 -W ignore competition/download_train_visualize.py
and get the errorthere also seems to be a problem with 'coerce_args_to_text' from eth_utils. This is strange because I assume the right version of these libraries should get installed in the venv... Could it have something to do with using Python3 for this? The system is OS X.