I had OpenCV
installed in my Ubuntu
machine running Ubuntu 16.10
. Recently I updated to the latest Ubuntu 17.04
and OpenCV
failed to work.
I am getting the following error.
ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
I tried to install libjasper
. With the command sudo apt-get install libjasper-dev
But I am getting the error E: Unable to locate package libjasper-dev
How can I fix it ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…