mjpost opened a new issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664 On my desktop (with *no* GPU), with CUDA 10 libraries loaded, when I attempt to `import mxnet` in Python, I get the following error: ``` $ pip list | grep mxnet mxnet-cu100mkl 1.3.1 $ python Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import mxnet Illegal instruction $ ``` But everything works fine in another conda environment with `mxnet-92mkl` and CUDA 9.2 libraries loaded: ``` $ pip list | grep mxnet mxnet-cu92mkl 1.3.1 $ python Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 17:14:51) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import mxnet >>> ``` Is there any advice how to fix this? I cannot find a similar issue filed.
---------------------------------------------------------------- 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
