huangAoJiong / plugin_Mytools

一个基于[ChatGPT-on-Wechat](https://github.com/zhayujie/chatgpt-on-wechat)项目的简单插件
4 stars 0 forks source link

安装插件扫描不到 #1

Open s202022 opened 4 months ago

s202022 commented 4 months ago

你好,请问一下使用#installp命令安装再使用#scanp命令扫描插件扫描不到怎么解决。

huangAoJiong commented 4 months ago

是不是这个文件requirement.txt里面的第三方库没安装,或者看看其他py文件里的依赖是不是没有

s202022 commented 3 months ago

是不是这个文件requirement.txt里面的第三方库没安装,或者看看其他py文件里的依赖是不是没有

你好可以更新一下md文档吗,我试了半天还是扫描不到文件

huangAoJiong commented 3 months ago

试试?

s202022 commented 3 months ago

试试?

还是不行,执行pip3 install -r requirement.txt时,显示PIL库没法获取 重启python app.py还是扫描不到插件 报错如下 “Collecting opencv-python (from -r requirement.txt (line 1)) Using cached opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Requirement already satisfied: requests in /usr/local/lib/python3.9/site-packages (from -r requirement.txt (line 2)) (2.31.0) ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL”

s202022 commented 3 months ago

Owner

试试? 我使用的是python 3.9.10版本

huangAoJiong commented 3 months ago

Owner

试试? 我使用的是python 3.9.10版本

把requirement.txt内容改一下:

opencv-python==4.9.0.80 requests==2.31.0 Pillow==9.0.0 numpy json re

s202022 commented 3 months ago

Owner

试试? 我使用的是python 3.9.10版本

把requirement.txt内容改一下:

opencv-python==4.9.0.80 requests==2.31.0 Pillow==9.0.0 numpy json re

作者还是不行,扫描不到插件,重启项目都不行。

huangAoJiong commented 3 months ago

Owner

试试? 我使用的是python 3.9.10版本

把requirement.txt内容改一下: opencv-python==4.9.0.80 requests==2.31.0 Pillow==9.0.0 numpy json re

作者还是不行,扫描不到插件,重启项目都不行。

啊?那不知道咋回事了。一般安装了插件扫面不到,就是py用到的第三方库没安装。其他原因我还暂时不清楚了。