chingkingm / Hoshinobot-plugin-petpet

HoshinoBot module for making fun pictures
MIT License
20 stars 9 forks source link

如何安装这个模组? #26

Open parishkill opened 2 years ago

parishkill commented 2 years ago

image 安装后出现错误,无法使用

chingkingm commented 2 years ago
pip install opencv-contrib-python

试试

parishkill commented 2 years ago

image 执行刚刚的命令成功了,但还是这个情况,我刚刚接触hoshinobot, 安装这个模组只执行了 git clone https://github.com/chingkingm/Hoshinobot-plugin-petpet.git pip install -r requirements.txt 还有刚刚的pip install opencv-contrib-python,除了这两个还有其他没安装的插件或者要执行的命令吗?

chingkingm commented 2 years ago

这个问题搜到不少,但没有找到什么具体的解决办法,要不试试重新安装opencv

先卸载

pip uninstall opencv-python-headless

然后安装

pip install opencv-python-headless
parishkill commented 2 years ago

还是一样的情况,找不到指定的模块 E%0$VHVFM1LM6SNU@~J~XC2

chingkingm commented 2 years ago

。。发hoshino吧,我没办法了

parishkill commented 2 years ago

嗯嗯,感谢解答~

foxwhite25 commented 2 years ago
  1. 确保你的电脑已经安装了 Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
  2. 如果安装了重启电脑还是不行,可以尝试直接去下载Cpython的二进制文件 https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv ,例如 opencv_python‑4.5.5‑cp310‑cp310‑win32.whl 就是 Python 3.10 32位的二进制文件,然后使用 pip install opencv_python‑4.5.5‑cp310‑cp310‑win32.whl 安装。