pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

ERROR: Could not build wheels for coincurve #117

Closed merc1er closed 1 year ago

merc1er commented 1 year ago

For those facing the ERROR: Could not build wheels for coincurve, which is required to install pyproject.toml-based projects issue on macOS, use:

brew install autoconf automake libffi libtool pkg-config

and then install the requirements again.

merc1er commented 1 year ago

Source: https://ofek.dev/coincurve/install/#macos