Closed kvmanohar22 closed 7 years ago
Yes, unfortunately I saw this too on OSX 10.12.3, so I filed it already at Cxx.jl
, see https://github.com/Keno/Cxx.jl/issues/327
Forutnately, this is only a Base.show
Error and it will not affect the output of the OpenCV.jl
functions. It means that unfortunately, we do not get the correct output of our function invocations.
Having said that, I previously turned off all this output from Cxx.jl
as I found it too verbose and unnecessary for regular work with OpenCV.jl
.
The simple way to silence this error is to comment out every line with println
in show.jl
.
FYI - the WARNING: requiring "OpenCV" in module "Main" did not define a corresponding module.
has nothing to do with this error. This has to do with the fact that we are not exporting OpenCV
as a module and will be fixed once it is added to the JuliaImages project.
Because this is strictly not an OpenCV.jl
error but rather a Cxx.jl
issue, I will close this issue.
If you want further updates on it, please follow Keno/Cxx.jl#327
Having resolved this issue, when I try to run any of the commands related to OpenCV.jl, I get this warning while importing OpenCV and
then this error :
Setup details :