Open rajat2004 opened 5 years ago
conda.sh
, the current script does not remove conda completely while building opencv. This leads to a non-working highgui module since it is linked to conda's qt and not the system qt
- Need to update removal of conda during opencv installation. Reason: with update in how conda activates environments with
conda.sh
, the current script does not remove conda completely while building opencv. This leads to a non-working highgui module since it is linked to conda's qt and not the system qt
Fixed
- Need to update removal of conda during opencv installation. Reason: with update in how conda activates environments with
conda.sh
, the current script does not remove conda completely while building opencv. This leads to a non-working highgui module since it is linked to conda's qt and not the system qtFixed
Nice, this got missed somehow so didn't look into it The Travis is failing for all Bionic builds, not related to this issue
I've restarted one build, but this is happening on all 4
Edit: Nope! Didn't work
The Travis is failing for all Bionic builds, not related to this issue
I've restarted one build, but this is happening on all 4
Edit: Nope! Didn't work
Fixed with https://github.com/rsnk96/Ubuntu-Setup-Scripts/commit/0d40c46aed8202555bfae01329d0d06a6102c21e
Issue has been updated
The following CMake errors or warnings occur while building OpenCV:
[x] Make OpenCV use the compiled FFmpeg and it's associated libraries rather than the ones installed through APT (Fixed in https://github.com/rsnk96/Ubuntu-Setup-Scripts/pull/56)
[x] Build opencv with GStreamer (https://github.com/rsnk96/Ubuntu-Setup-Scripts/commit/790c37824cc1665047b70f4cb2c0ca702911241b)
[x] Likely a Travis PATH problem, it has
conda
in it, but it's not actually installed (Fixed in Travis settings)[ ] Python 2 problems in CMake, Python2 args have been removed but still looking for them, the Numpy error is also related to that (Seems to be a packaging problem, PythonLibs error on last line fixed with https://github.com/rsnk96/Ubuntu-Setup-Scripts/commit/29fe262f2c4434ca8e81098d54669bdcbf58422d)
[ ] OpenBLAS error, this is from the 18.04 build, 16.04 is slightly different
The packages are being downloaded https://github.com/rsnk96/Ubuntu-Setup-Scripts/blob/eef7fdb4ed8eac62b63a9efdb48ae4424e73db1c/opencvDirectInstall.sh#L61
-- The imported target "vtk" references the file "/usr/bin/vtk" but this file does not exist. Possible reasons include:
-- Found VTK 6.3.0 (/usr/lib/cmake/vtk-6.3/UseVTK.cmake)