leezu commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577421925 Thanks @k128. Your CPU doesn't support AVX instruction set, but the binary package you obtained via `pip install` requires AVX. We may drop this AVX requirement from future versions of the binary packages, but in the meantime you need to build from source. Also, please provide the output of `gcc -Q --help=target` You can find build from source instructions at https://mxnet.apache.org/get_started/ubuntu_setup
---------------------------------------------------------------- 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] With regards, Apache Git Services
