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