CoinCircle / py-etherdelta

Python client for interacting with the EtherDelta API and Smart Contracts.
MIT License
20 stars 12 forks source link

Import Errors, Incompatibilities #17

Open blaaaaaaa opened 6 years ago

blaaaaaaa commented 6 years ago

Fresh install doesnt work anymore, import errors. anyone has a working python and packages version list that works?

drakored commented 6 years ago

I ran into the same in a fresh virtualenv using python 3.7. The trick was to upgrade eth_utils separately afterword. It'll complain that it doesn't match the dependencies of the etherdelta package, but ignore that and it'll work fine.

$ pip install eth_utils --upgrade