Soulter / AstrBot

OneBot、微信、Telegram、QQ 等多平台兼容的支持 LLM 的聊天机器人平台,支持插件。
GNU Affero General Public License v3.0
566 stars 55 forks source link

无法运行 #123

Closed Kelejun closed 1 year ago

Kelejun commented 1 year ago
依赖库安装完毕。
/home/azureuser/.local/lib/python3.8/site-packages/pydantic/_internal/_fields.py:126: UserWarning: Field "model_show" has conflict with protected namespace "model_".

You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
  warnings.warn(
Not available Python version: 3.8.10
第三方依赖库未完全安装完毕,请退出程序重试

报错如上,且根据 #120 的方法无法解决,如下:

>  pip3 install pydatic==1.10.4
ERROR: Could not find a version that satisfies the requirement pydatic==1.10.4 (from versions: none)
ERROR: No matching distribution found for pydatic==1.10.4
Soulter commented 1 year ago

依赖库安装完毕。

/home/azureuser/.local/lib/python3.8/site-packages/pydantic/_internal/_fields.py:126: UserWarning: Field "model_show" has conflict with protected namespace "model_".

You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.

  warnings.warn(

Not available Python version: 3.8.10

第三方依赖库未完全安装完毕,请退出程序重试

报错如上,且根据 #120 的方法无法解决,如下:


>  pip3 install pydatic==1.10.4

ERROR: Could not find a version that satisfies the requirement pydatic==1.10.4 (from versions: none)

ERROR: No matching distribution found for pydatic==1.10.4

抱歉,我的问题,应该是pydantic