yjqiang / bili2.0

Python3 实现的 bilibili 直播助手(多用户)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

最新版本启动时报错

superexboom opened this issue · comments

环境Centos7 Python版本:3.7.0(已更新过Requirement)
报错如下:
Traceback (most recent call last):
File "run.py", line 9, in
import notifier
File "/root/bili2.0-master/notifier.py", line 8
, in
from user.user import User
ModuleNotFoundError: No module named 'user.user';
'user' is not a package