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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: