hubutui commented on issue #20347: URL: https://github.com/apache/incubator-mxnet/issues/20347#issuecomment-860314835
this opencv error might related to the gcc version you used to compile opencv and mxnet. ArchLinux uses the latest gcc by default, so the pkg opencv is compiled with gcc 11, but you compile mxnet with gcc 10. Maybe compiling opencv and mxnet with the same gcc version might fix it. Or you could disable `USE_OPENCV`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
