Lan
Lan
> 看上去是系统的运行环境有损坏,尝试在任务栏中点击搜索按钮,输入 `cmd` 选择 `以管理员身份运行` 输入 `sfc /scannow` 然后按回车 重启电脑后尝试是否可以正常运行,如果仍然报错,再次使用管理员身份运行cmd然后依次执行以下命令: > > ``` > dism.exe /online /cleanup-image /startcomponentcleanup > dism.exe /online /cleanup-image /scanhealth > dism.exe /online /cleanup-image /restorehealth > ```...
https://github.com/Lancercmd/nonebot_plugin_rauthman/blob/master/nonebot_plugin_rauthman/RAM.py#L260-L261 ```python elif not "level" in _groups[f"{group_id}"]: return 0 ``` 把 `0` 改为你需要的 `int` 值作为默认值
I've met the same problem at Python 3.10 and **Gr1N/setup-poetry@v8** works for me.