Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run in development on MacOS? #16

Open
coolaj86 opened this issue Apr 22, 2024 · 1 comment
Open

How to run in development on MacOS? #16

coolaj86 opened this issue Apr 22, 2024 · 1 comment

Comments

@coolaj86
Copy link

What I tried

git clone [email protected]: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
Copy link
Author

coolaj86 commented Apr 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@coolaj86 and others