Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
princexiaobai opened this issue Apr 15, 2019 · 3 comments

Comments

@princexiaobai
Copy link

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

@princexiaobai
Copy link
Author

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

@yangarbiter
Copy link
Collaborator

Can you show more about how you install the package?

@rislam
Copy link

rislam commented Apr 29, 2019

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

  • if you are using anaconda then use conda install -c anaconda openblas instead of using homebrew
  • make sure your gcc is linked correctly (I used brew link gcc)
  • for OSX you can debug more using brew doctor (check this section Warning: You have unlinked kegs in your Cellar.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants