Agnes4m / nonebot_plugin_l4d2_server

基于Nonebot2的插件,目的是搭建Q群求生之路2小帮手
https://agnes4m.github.io/code/python/l4d2.html
GNU General Public License v3.0
47 stars 6 forks source link

ModuleNotFoundError: No module named 'l4d2_utils' #5

Closed PackageInstaller closed 1 year ago

PackageInstaller commented 1 year ago

我用的是基于nonebot的zhenxun_bot

git pull后出现 ModuleNotFoundError: No module named 'l4d2_utils' 的依赖报错

已执行过pip install -U nonebot_plugin_l4d2_server,但是还是有这个报错

报错截图以及插件目录结构如下 image

image

Agnes4m commented 1 year ago

模块名称问题,已修复

PackageInstaller commented 1 year ago

git pull后报错 image

Agnes4m commented 1 year ago

很明显你没有重启bot

PackageInstaller commented 1 year ago

很明显你没有重启bot

重启了

Agnes4m commented 1 year ago

很明显,检查报错最后一次的位置,5分钟前修改,如果没有修改说明你git pull失败了

PackageInstaller commented 1 year ago

txt_to_img.py对吧,8分钟前

Agnes4m commented 1 year ago

已修复