from libsvm import svmutil
ImportError: No module named libsvm
I have the module libsvm
installed. Because when I run pip3 install libsvm
, I see this:
Requirement already satisfied: libsvm in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (3.23.0.4)
So what's causing the error?