Could not build wheels for fastecdsa #306
-
How can I use bitcoinlib on macbook? I get this error evrytime i try to pip install bitcoinlib |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
The root cause is with EDIT: |
Beta Was this translation helpful? Give feedback.
-
Hi, Helped for me at least. Let me know if you need any help / it does not work. |
Beta Was this translation helpful? Give feedback.
-
By the way, this is not an issue only with MacBooks. I also had this issue on my Ubuntu 23.04 server. |
Beta Was this translation helpful? Give feedback.
-
You need to install some required packages first before installing Bitcoinlib, see https://github.com/1200wd/bitcoinlib#pre-requirements-linux. I did not run into any errors when installing on Ubuntu server 23.04 |
Beta Was this translation helpful? Give feedback.
-
try use a virtual environment and change the cache dir
works for me |
Beta Was this translation helpful? Give feedback.
-
Safely work within a python environmentFirst navigate to where you want to create the python environment on linux or Windows
Second activate the environment on Linux or Windows
Upgrades & InstallsUpgrade pip and install on Linux & Windows
Lastly, install fastecdsa
Deactivate the python environment with the following
|
Beta Was this translation helpful? Give feedback.
Safely work within a python environment
First navigate to where you want to create the python environment on linux or Windows
Second activate the environment on Linux or Windows
Upgrades & Installs
Upgrade pip and install on Linux & Windows
Lastly, install fastecdsa
Deactivate the python environment with the following