Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

undefined symbol: _ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_ #68

Open
eerobert opened this issue Jan 28, 2019 · 5 comments
Open

undefined symbol: _ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_ #68

eerobert opened this issue Jan 28, 2019 · 5 comments

Comments

@eerobert
Copy link

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

@anjn
Copy link

anjn commented Jan 28, 2019

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

@wilderfield
Copy link
Contributor

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

@eerobert
Copy link
Author

Thanks anjn, it works

@wilderfield wilderfield reopened this Jan 30, 2019
@wilderfield
Copy link
Contributor

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

@srohit0
Copy link

srohit0 commented Feb 3, 2019

`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 !

AdvitDeepak added a commit to AdvitDeepak/ml-suite that referenced this issue May 1, 2019
The issue highlighted by Xilinx#68 requires additional conda installation in step 4.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants