ImportError: No module named vlfeat

731 views Asked by At

I have installed VLFeat on anaconda environment successfully, but once I wanna import it, shows

>>> import vlfeat
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named vlfeat

Any idea about this?

thanks

0

There are 0 answers