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

' No Module Named Requests ' #13

Open
ghost opened this issue Nov 19, 2022 · 1 comment
Open

' No Module Named Requests ' #13

ghost opened this issue Nov 19, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 19, 2022

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
Copy link

pip install requests

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

1 participant