s0md3v / Orbit

Blockchain Transactions Investigation Tool
GNU General Public License v3.0
526 stars 152 forks source link

' No Module Named Requests ' #13

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello, I put this input into my command line : python orbit.py -s 0xaAFCBe22104766F57d1d60E169cc466697B41913 and ended up getting this output from my terminal ?

C:\Users\Admin\Downloads\Compressed\Orbit-master\Orbit-master>python orbit.py -s 0xaAFCBe22104766F57d1d60E169cc466697B41913 Traceback (most recent call last): File "C:\Users\Admin\Downloads\Compressed\Orbit-master\Orbit-master\orbit.py", line 18, in from core.getTransactions import getTransactions File "C:\Users\Admin\Downloads\Compressed\Orbit-master\Orbit-master\core\getTransactions.py", line 3, in from core.requester import requester File "C:\Users\Admin\Downloads\Compressed\Orbit-master\Orbit-master\core\requester.py", line 1, in import requests ModuleNotFoundError: No module named 'requests'

Would love to be able to use your tool. Thanks.

snub-fighter commented 1 year ago

pip install requests