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

ModuleNotFoundError: No module named 'requests' #1

Open
C3R3S1 opened this issue Jul 5, 2021 · 1 comment
Open

ModuleNotFoundError: No module named 'requests' #1

C3R3S1 opened this issue Jul 5, 2021 · 1 comment

Comments

@C3R3S1
Copy link

C3R3S1 commented Jul 5, 2021

How can i fix the error of:
Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.

= RESTART: C:\Users\Downloads\pythonstarships-main\pythonstarships-main\main.py
Traceback (most recent call last):
File "C:\Users\Downloads\pythonstarships-main\pythonstarships-main\main.py", line 1, in
from sdk.client import Client
File "C:\Users\Downloads\pythonstarships-main\pythonstarships-main\sdk\client.py", line 2, in
import requests
ModuleNotFoundError: No module named 'requests'

@t1f7
Copy link
Owner

t1f7 commented Jul 5, 2021

pip3 install requests
or just pip install requests if you have only python3 installed.

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

2 participants