You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: