HibiKier / zhenxun_bot

基于 Nonebot2 开发,非常可爱的绪山真寻bot
GNU Affero General Public License v3.0
3.32k stars 605 forks source link

启动时报错:pydantic.generics:GenericModel已移动至pydantic.BaseModel #1603

Closed Strawxiguan closed 1 week ago

Strawxiguan commented 1 week ago

(zhenxun-bot-py3.10) G:\bot\zhenxun\zhenxun_bot>python bot.py C:\Users\Straw\AppData\Local\pypoetry\Cache\virtualenvs\zhenxun-bot--J5vPfcz-py3.10\lib\site-packages\pydantic\_migration.py:283: UserWarning:pydantic.generics:GenericModelhas been moved topydantic.BaseModel. warnings.warn(f'{import_path}has been moved to{new_location}`.') C:\Users\Straw\AppData\Local\pypoetry\Cache\virtualenvs\zhenxun-bot--J5vPfcz-py3.10\lib\site-packages\pydantic_internal_config.py:341: UserWarning: Valid config keys have changed in V2:

HibiKier commented 1 week ago

pip install pydantic=1.10.18

Strawxiguan commented 1 week ago

main的文件有问题,用dev解决了,这个issues我就close了