cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 400 forks source link

I Get An Error When i'm Tryings to launch Wallet.py Saying ModuleNotFoundError: No module named 'requests' and for ecdsa #85

Closed bajsapan closed 2 years ago

bajsapan commented 2 years ago

Hey When Im trying To Launch Wallet.py I Get This Error ModuleNotFoundError: No module named 'requests' And I Get This Error Also ModuleNotFoundError: No module named 'ecdsa' Can Someone Help Me Or Fix This Bug

cosme12 commented 2 years ago

Try doing pip install -r requirements.txt