lgc-NB2Dev / nonebot-plugin-bawiki

A nonebot2 plugin for Blue Archive.
MIT License
77 stars 6 forks source link

nonebot客户端与插件依赖包版本冲突 #10

Closed Rouphy closed 1 year ago

Rouphy commented 1 year ago

nb-cli安装插件时报错

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyinquirer 1.0.3 requires prompt_toolkit==1.0.14, but you have prompt-toolkit 3.0.31 which is incompatible.

尝试pip install prompt_toolkit==1.0.14后报错

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyinquirer 1.0.3 requires prompt_toolkit==1.0.14, but you have prompt-toolkit 3.0.31 which is incompatible.
lgc2333 commented 1 year ago

pip install -U prompt_toolkit==1.0.14试试

lgc2333 commented 1 year ago

本插件并没有依赖该包,请检查其他插件2022年10月7日 下午6:20,Rouphy @.***>写道:

nb-cli安装插件时报错

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.

pyinquirer 1.0.3 requires prompt_toolkit==1.0.14, but you have prompt-toolkit 3.0.31 which is incompatible.

尝试pip install prompt_toolkit==1.0.14后报错

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.

pyinquirer 1.0.3 requires prompt_toolkit==1.0.14, but you have prompt-toolkit 3.0.31 which is incompatible.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>