0 Pluspunkte 0 Minuspunkte

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'
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte
pip install scikit-learn
von