Ich habe das Python Modul sklearn mit pip installiert
pip install sklearn
wenn ich mein Script ausführe bekomme ich aber die Meldung
Traceback (most recent call last):
File "C:\Users\tobias\Desktop\face_recognition-master\face_recognition_knn.py", line 38, in <module>
from sklearn import neighbors
ModuleNotFoundError: No module named 'sklearn'