nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
6.06k stars 561 forks source link

Plugin: nonebot-weather #2991

Closed hriyel closed 2 weeks ago

hriyel commented 1 month ago

PyPI 项目名

nonebot-weather

插件 import 包名

nonebot_weather

标签

[{"label":"weather","color":"#34aad4"},{"label":"server","color":"#0e799e"}]

插件配置项

No response

noneflow[bot] commented 1 month ago

📃 商店发布检查结果

Plugin: nonebot-weather

⚠️ 在发布检查过程中,我们发现以下问题:

  • ⚠️ 无法获取到插件元数据。
    请确保插件正常加载。
  • ⚠️ 插件加载测试未通过。
    测试输出插件 nonebot-weather 的信息如下: name : nonebot-weather version : 1.3 description : A small example package 插件 nonebot-weather 依赖的插件如下: 插件 nonebot_weather 加载出错: Traceback (most recent call last): File "/home/runner/work/nonebot2/nonebot2/plugin_test/nonebot-weather-nonebot_weather-test/runner.py", line 4, in <module> from nonebot import init, load_plugin, logger, require ModuleNotFoundError: No module named 'nonebot'
  • 详情
  • ✅ 项目 nonebot-weather 已发布至 PyPI。
  • ✅ 标签: weather-#34aad4, server-#0e799e。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 💡 当插件加载测试失败时,请发布新版本后在当前页面下评论任意内容以触发测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    hriyel commented 1 month ago

    updata

    hanasa2023 commented 1 month ago

    打包时未包含所需插件所需依赖,建议通过poetry、pdm、uv等包管理工具对依赖及项目配置进行管理。另外,请参考nonebot文档中的插件命名规范,规范化插件名称。

    hriyel commented 1 month ago

    updata

    hriyel commented 1 month ago

    1

    XTxiaoting14332 commented 1 month ago

    是update不是updata(

    yeying-xingchen commented 1 month ago

    插件开发者您好,很感谢您对NoneBot社区插件的贡献,我们查看了您的代码,发现了如下问题:

    还望您改正后重新评论提交,谢谢!

    yanyongyu commented 1 month ago

    插件测试未通过,请注意添加插件依赖。看上去你的插件并未使用到适配器特殊功能,可以删除 ob11 依赖,使用基类,另外元数据内支持的适配器也对应修改。

    yanyongyu commented 3 weeks ago

    @hriyel 是否有更新?