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
Traceback (most recent call last):
File "/usr/local/bin/dailycheckin", line 5, in
from dailycheckin.main import checkin
File "/usr/local/lib/python3.11/site-packages/dailycheckin/init.py", line 11, in import(_modname)
File "/usr/local/lib/python3.11/site-packages/dailycheckin/acfun/main.py", line 5, in
import requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
💻 系统环境
Other Linux
📦 部署环境
Docker
🐛 问题描述
已经成功运行过了,隔了一天就提示这个
📝 运行日志
开始执行... 2024-12-04 10:03:42
Traceback (most recent call last):
File "/usr/local/bin/dailycheckin", line 5, in
from dailycheckin.main import checkin
File "/usr/local/lib/python3.11/site-packages/dailycheckin/init.py", line 11, in
import(_modname)
File "/usr/local/lib/python3.11/site-packages/dailycheckin/acfun/main.py", line 5, in
import requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered: