The following CMake errors or warnings occur while building OpenCV:
Some of your Conda libraries will be renamed so that QT windows display properly
./opencvDirectInstall.sh: line 191: cd: /opt/anaconda3/envs/py27/: No such file or directory
./opencvDirectInstall.sh: line 192: cd: lib: No such file or directory
mv: cannot stat 'libfontconfig.so*': No such file or directory
mv: cannot stat 'libpangoft2-1.0.so*': No such file or directory
-- Found PythonInterp: /opt/pyenv/shims/python2.7 (found suitable version "2.7.17", minimum required is "2.7")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.17")
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named numpy.distutils
-- Found PythonInterp: /home/travis/virtualenv/python3.7.5/bin/python3 (found suitable version "3.7.5", minimum required is "3.2")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES) (found suitable exact version "3.7.5")
-- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
-- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
The packages are being downloaded
|
execute sudo apt-get install libopenblas-dev liblapacke-dev libatlas-base-dev gfortran -y |
-- The imported target "vtkRenderingPythonTkWidgets" references the file
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
but not all the files it references.
-- The imported target "vtk" references the file
"/usr/bin/vtk"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
but not all the files it references.
-- Found VTK 6.3.0 (/usr/lib/cmake/vtk-6.3/UseVTK.cmake)
Right now, building opencv with VTK is commented out, but will be a problem if someone requires it.
The following CMake errors or warnings occur while building OpenCV:
Make OpenCV use the compiled FFmpeg and it's associated libraries rather than the ones installed through APT (Fixed in Some more OpenCV fixes #56)
Build opencv with GStreamer (790c378)
Likely a Travis PATH problem, it has
condain it, but it's not actually installed (Fixed in Travis settings)The packages are being downloaded
Ubuntu-Setup-Scripts/opencvDirectInstall.sh
Line 61 in eef7fdb
Right now, building opencv with VTK is commented out, but will be a problem if someone requires it.