ebellocchia / bip_utils

Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptocurrencies
MIT License
292 stars 83 forks source link

Building wheel for ed25519-blake2b (pyproject.toml) did not run successfully #122

Closed HassanVaezzadeh closed 4 months ago

HassanVaezzadeh commented 4 months ago

Hi I have a problem withbip_utils lib during installation! I used many ways and also downgrade my python to older versions. But the problem is still there! What can I do with this error?

ebellocchia commented 4 months ago

Hi, first of all, this depends on the ed25519-blake2b library, not on bip_utils. Anyway, to build the library you need to have a C compiler installed. On Linux and MacOS usually there is no problem building it, it's on Windows that it could be tricky. For this reason, I created some pre-built wheels here, you can download the one you need and install it using pip. I'm also considering forking the library to release the pre-built wheels directly on pypi for the future.

Regards Emanuele

MementoRC commented 4 months ago

Shameless plug: Both packages are soon going to be on conda-forge