pshenmic / electrum-dash

Electrum-DASH - a Dash thin client
https://dash-electrum.org
MIT License
10 stars 6 forks source link

How to run in development on MacOS? #16

Open coolaj86 opened 7 months ago

coolaj86 commented 7 months ago

What I tried

git clone git@github.com:pshenmic/electrum-dash.git
pushd ./electrum-dash/

brew install gmp
python3 -m pip install .[fast]

./electrum-dash

Errors

      extmod/bls_py/fields_t_c.c:765:10: fatal error: 'gmp.h' file not found
Error: No module named 'dns'. Try 'sudo python3 -m pip install <module-name>'
python3 -m pip install dns
ERROR: Could not find a version that satisfies the requirement dns (from versions: none)
ERROR: No matching distribution found for dns
coolaj86 commented 7 months ago

I also installed the .dmg and checked out /Applications/Dash Electrum.app/ in hopes that I'd be able to monkey patch some files but... no dice.