Has anyone been able to address this issue yet? I'm trying to create a LMDB data base according to
this tutorial. In python environment, "import caffe" runs fine. However, when I try to run "import lmdb" I'm getting the folllowing error:
>>> import lmdb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named lmdb