Skip to content

Could not build wheels for fastecdsa #306

Answered by Juniorduc44
BalogunMalikO asked this question in Q&A
Discussion options

You must be logged in to vote

Safely work within a python environment

First navigate to where you want to create the python environment on linux or Windows

python3 -m venv venvLinux

python -m venv venvWindows

Second activate the environment on Linux or Windows

source venvLinux/bin/activate

venvWindows\Scripts\activate

Upgrades & Installs

Upgrade pip and install on Linux & Windows

pip install --upgrade pip

pip install wheel

Lastly, install fastecdsa

python -m pip install fastecdsa

Deactivate the python environment with the following

deactivate

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Juniorduc44
Comment options

Answer selected by mccwdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #292 on July 04, 2023 09:30.