Page 1 of 1

Abhängigkeiten von der PYMF -Installation

Posted: 09 Apr 2025, 02:09
by Anonymous
Ich versuche, PYMF in Windows -Betriebssystemen zu installieren, aber das Problem, auf das ich begegnet bin, hängt mit dem Modulfehler von Kmeans in Verbindung. Haben Sie dasselbe Problem gestoßen? < /P>

Code: Select all

Traceback (most recent call last):
File "camera_check.py", line 6, in 
from pymf import get_MF_devices
File "C:\Users\aivis\AppData\Local\Programs\Python\Python38\lib\site-packages\pymf\__init__.py", line 21, in 
from .cnmf import *
File "C:\Users\aivis\AppData\Local\Programs\Python\Python38\lib\site-packages\pymf\cnmf.py", line 23, in 
from kmeans import Kmeans
ModuleNotFoundError: No module named 'kmeans'