zangxx66 / nonebot_plugin_blive_danmaku

B站直播间路灯插件
MIT License
15 stars 0 forks source link

会适配到py3.9吗? #4

Closed Nenot233 closed 1 year ago

zangxx66 commented 1 year ago

nonebot2的商店审核需要py3.10

Nenot233 commented 1 year ago

我是py3.9,请问可以用吗

Nenot233 commented 1 year ago

似乎不行,希望可以适配py3.9

zangxx66 commented 1 year ago

请尝试以下操作

  1. clone本仓库
    git clone https://github.com/zangxx66/nonebot_plugin_blive_danmaku
  2. 切换到仓库目录
    cd nonebot_plugin_blive_danmaku
  3. 将仓库目录下的nonebot_plugin_blive_danmaku文件夹复制到你的bot目录下的.venv/Lib/site-packages内,或者python的site-packages内,例如
    cp -r nonebot_plugin_blive_danmaku/ <your_bot_path>/.venv/Lib/site-packages/
  4. 编辑pyproject.toml文件,在plugins新增nonebot_plugin_blive_danmaku
    plugins=["nonebot_plugin_blive_danmaku"]
zangxx66 commented 1 year ago

请问是否有遇到问题,没有的话先关闭了

Nenot233 commented 1 year ago

有点没整明白)

zangxx66 commented 1 year ago

有点没整明白)

请尝试本地安装这个版本
https://github.com/zangxx66/nonebot_plugin_blive_danmaku/releases/tag/py3.8-py3.9