ml-suite icon indicating copy to clipboard operation
ml-suite copied to clipboard

undefined symbol: _ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_

Open eerobert opened this issue 6 years ago • 5 comments

Clean install v1.3 And after create ml-suite conda envrionment, when running python -c "import caffe" it reports the above error. Any comments?

eerobert avatar Jan 28 '19 02:01 eerobert

Try this. It seems the dependency is broken inside Anaconda now.

conda activate ml-suite
conda install --no-deps leveldb=1.20=h00d4201_1 -c conda-forge
conda install --no-deps glog=0.3.5=hfc679d8_1 -c conda-forge

anjn avatar Jan 28 '19 02:01 anjn

Yes, someone in the Anaconda world broke us. We will have to work on a solid work around.

Another used did this:

conda install -c defaults protobuf libprotobuf

wilderfield avatar Jan 28 '19 02:01 wilderfield

Thanks anjn, it works

eerobert avatar Jan 28 '19 03:01 eerobert

I’ve reopened this in hopes that new users see this sooner vs later.

wilderfield avatar Jan 30 '19 04:01 wilderfield

`conda activate ml-suite;

conda install --no-deps leveldb=1.20=h00d4201_1 -c conda-forge;

conda install --no-deps glog=0.3.5=hfc679d8_1 -c conda-forge`

It worked on nimbix alveo u200. Thanks @anjn !

srohit0 avatar Feb 03 '19 16:02 srohit0