We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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之後出現 Traceback (most recent call last): File "main.py", line 1, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'
該怎麼解決
The text was updated successfully, but these errors were encountered:
我也是遇到這個錯誤
Sorry, something went wrong.
已經解決了,直接問chatgtp就有教學了哈哈
有requirements.txt, 我將相關套件安裝完成後就解決了
pip install -r requirements.txt
No branches or pull requests
按run之後出現
Traceback (most recent call last):
File "main.py", line 1, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
該怎麼解決
The text was updated successfully, but these errors were encountered: