Skip to content
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

Open
vanderschmooz opened this issue Jan 15, 2025 · 3 comments
Open

Need help #339

vanderschmooz opened this issue Jan 15, 2025 · 3 comments

Comments

@vanderschmooz
Copy link

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?

@Geeblish
Copy link

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

@johnlockejrr
Copy link

johnlockejrr commented Jan 16, 2025 via email

@Geeblish
Copy link

Just setup WSL 2 under Windows and run there in a Linux environment.

good suggestion, completely forgot that was a thing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants