Can't run python main.py #47
Closed
trananh211
started this conversation in
General
Replies: 1 comment
-
Im apologize for forgetting to update the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i run program main.py, i get this error :
python main.py
Traceback (most recent call last):
File "C:\Users\Dell\Downloads\Programs\TradingView-Free-Webhook-Alerts-main\main.py", line 1, in
from src import try_import
File "C:\Users\Dell\Downloads\Programs\TradingView-Free-Webhook-Alerts-main\src_init_.py", line 13, in
from .api_server import start as api_server_start
File "C:\Users\Dell\Downloads\Programs\TradingView-Free-Webhook-Alerts-main\src\api_server.py", line 5, in
from waitress import serve
ModuleNotFoundError: No module named 'waitress'
Pls,
Beta Was this translation helpful? Give feedback.
All reactions