Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Caffe linked to nonexistent libraries

  • By Unhappy Caffe user
  • on 06/19/2018

Did anyone think to test the software they claim to have installed? No? Okay then.

$ ldd src/caffe_python_2/build/tools/convert_imageset | grep 'not found' | wc -l
34


  • By Brandon Lin
  • on 08/06/2019

TensorFlow and Keras are not pre-installed. When I tried to install tensorflow using pip install tensorflow. It has the following error: Found existing installation: wrapt 1.10.11 ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

  • By aws-bhavin
  • on 03/04/2019

This problem does not happen if the command is run inside the conda environment. Please run the command inside the conda environment on the latest version of the Deep Learning AMI. (caffe_p27) ubuntu@:~$ ldd src/caffe_python_2/build/tools/convert_imageset | grep 'not found' | wc -l 0