ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
777 stars 175 forks source link

ModuleNotFoundError: No module named 'libact.query_strategies._hintsvm' #158

Open princexiaobai opened 5 years ago

princexiaobai commented 5 years ago

when i load from libact.query_strategies._hintsvm import hintsvm_query raise ModuleNotFoundError: No module named 'libact.query_strategies._hintsvm'

princexiaobai commented 5 years ago

from libact.query_strategies import QUIR raise ModuleNotFoundError: No module named 'libact.query_strategies._hintsvm'

yangarbiter commented 5 years ago

Can you show more about how you install the package?

rislam commented 5 years ago

I faced such problem for a while and it was frustrating. I tried installing on OSX and it was failing. Then my other linux machine made it working after simple pip install. So, I think you are facing the problem in OSX.

Here are some of the checkpoints