-
-
Notifications
You must be signed in to change notification settings - Fork 17
Install issues #31
Comments
I just got the same error; I suppose that protobuf needs to be pinned (conda-forge/conda-forge.github.io#411). @brad0taylor, you should be able to work around this in the meantime with |
Actually, it seems that this recipe is only built for python 2.7 for some reason, so @brad0taylor you're probably using the version of caffe from the default repositories. Same fix applies. |
After I have the similar error on python3.5, I reinstall an environment for python2.7. But the error still remain.
And I do
But the error is still there. Plz help? |
@shamangary, I think this should be fixed now if you |
I'm trying to to be able to run this demo https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation I'm running ubuntu 14.04 I have installed Anaconda, and after installing many many many dependencies another one pops. It also requires python caffe So I installed it with this command:
|
@salvador-blanco, make sure you're using the conda-forge version and don't have any partial pip-installed dependencies floating around. Easiest way is to make a new environment to test:
If that works, it means something is messed up in your other environment, probably from mixing incompatible versions of packages from various sources. |
|
Please share your full environment. Also please make sure you have |
So after doing
I was able to use caffe on the caffetmp virtual environment, which means my other environments are messed up. |
I tried installing
I have no problem using
the opencv version I have is 3.3.1 |
Sounds like some sort of |
Closing as it appears the original issue has been resolved. |
indeed, clean caffe install w/ instructions above works. |
That's an unrelated issue, @nanodust. |
and how can i fix this if there is something messed up in my environment without making new one? |
Looks like I have found the solution. |
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, Failing with conda install libprotobuf=3.2.0 |
|
If you're installing caffe via conda and running into this, try:
|
Thanks you for providing this awesome recipe. I'm having some issues with using the install and perhaps this is a good place to ask. (if not apologies) I've installed caffe as follows:
ImportError: libprotobuf.so.12: cannot open shared object file: No such file or directory
I see /home/brad/anaconda3/envs/caffe/lib/libprotobuf.so.13 but not .so.12. Unfortunately I dont know to get the .12 version. Can you suggest a fix?
Thanks
The text was updated successfully, but these errors were encountered: