initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

AsynchroMix app: Failed to import bitcoin #395

Open sbellem opened 4 years ago

sbellem commented 4 years ago

Happens when running the AsynchroMix app:

$ python apps/asynchromix/asynchromix.py

Failed to import bitcoin. This is not a fatal error but does mean that you will not be able to determine the address from your wallet file.

Installing bitcoin does away with the warning.

Should bitcoin be added as a dependency in the setup.py, in ETH_REQUIRES?