You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
when i load
from libact.query_strategies._hintsvm import hintsvm_query
raise
ModuleNotFoundError: No module named 'libact.query_strategies._hintsvm'
The text was updated successfully, but these errors were encountered: