-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
求救:按下RUN之後沒有出現Hello World #58
Comments
在"requirements.txt"中加入新一行 |
還是沒有成功 |
按下run出現以下 Traceback (most recent call last): |
更新完“requirements.txt"後要記得按下存檔哦, |
Traceback (most recent call last): |
同求問題解法 |
@neymant @AngChenWu 有確認過 “requirements.txt" 中有寫到 |
按下RUN之後沒有出現Hello World
出現下面這些
Traceback (most recent call last):
File "/home/runner/ChatGPT-Line-Bot/main.py", line 2, in
from flask import Flask, request, abort
File "/home/runner/ChatGPT-Line-Bot/.pythonlibs/lib/python3.10/site-packages/flask/init.py", line 5, in
from .app import Flask as Flask
File "/home/runner/ChatGPT-Line-Bot/.pythonlibs/lib/python3.10/site-packages/flask/app.py", line 30, in
from werkzeug.urls import url_quote
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/home/runner/ChatGPT-Line-Bot/.pythonlibs/lib/python3.10/site-packages/werkzeug/urls.py)
The text was updated successfully, but these errors were encountered: