-
Notifications
You must be signed in to change notification settings - Fork 543
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
Need help #339
Comments
Fastecdsa is a module that you'll need. Honestly i'd be much easier to set up a vm or boot into linux and do the process there. Fastecdsa isn't supported on windows and you'd need to run some compatibility layers note, to install modules, install it with pip |
Just setup WSL 2 under Windows and run there in a Linux environment. I advice to use a python environment (virtualenv/venv/conda/miniconda) so you don't screw up the OS Python install.
…On Thu, 16 Jan 2025 at 11:50, geeblish ***@***.***> wrote:
Fastecdsa is a module that you'll need. Honestly i'd be much easier to set
up a vm or boot into linux and do the process there. Fastecdsa isn't
supported on windows and you'd need to run some compatibility layers
note, to install modules, install it with pip
pip install -r requirements.txt
or pip3
this will go through the requirements file and install all the modules
—
Reply to this email directly, view it on GitHub
<#339 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD44GHSGSFASCFZDCFPSCQL2K6FILAVCNFSM6AAAAABVGJJIV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJVGE4TGNZZGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
good suggestion, completely forgot that was a thing! |
I cloned it with GitHub Desktop and installed Python 3.13.x.
In Windows cmd I entered:
cd "C:\xxx\Plutus
to go to the right directory.
Now when I try to run it (python plutus.py), I get this error:
Traceback (most recent call last):
File "C:\xxx\Plutus\plutus.py", line 5, in
from fastecdsa import keys, curve
ModuleNotFoundError: No module named 'fastecdsa'
So the first line of code is getting this error where it can't find the module 'fastecdsa'. If I try to open plutus.py directly, Python does not open.
I thought I cloned everything. 'Fastecdsa' just looks like a word in the file 'requirements.txt'. What am I missing?
The text was updated successfully, but these errors were encountered: