pengzhao-intel commented on issue #8532: mxnet-mkl (v0.12.0) crash when using 
(conda-installed) numpy with MKL
URL: 
https://github.com/apache/incubator-mxnet/issues/8532#issuecomment-372671112
 
 
   @fhieber we have tried the latest release the problem is gone. 
   Would you mind to try again?
   
   ```
   
   [chenxiny@mlt-ace Downloads]$ conda activate
   (base) [chenxiny@mlt-ace Downloads]$ pip install 
mxnet_cu80mkl-1.1.0-py2.py3-none-manylinux1_x86_64.whl
   Processing ./mxnet_cu80mkl-1.1.0-py2.py3-none-manylinux1_x86_64.whl
   Requirement already satisfied: graphviz==0.8.1 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: requests==2.18.4 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: numpy<=1.13.3 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: chardet<3.1.0,>=3.0.2 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: idna<2.7,>=2.5 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: urllib3<1.23,>=1.21.1 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: certifi>=2017.4.17 in 
/home/chenxiny/anaconda3/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Installing collected packages: mxnet-cu80mkl
   Successfully installed mxnet-cu80mkl-1.1.0
   (base) [chenxiny@mlt-ace Downloads]$ python
   Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 13 2017, 12:02:49)
   [GCC 7.2.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet as mx
   
   Intel python distribution
   [chenxiny@mlt-ace Downloads]$ conda activate idp
   (idp) [chenxiny@mlt-ace Downloads]$ pip install 
mxnet_cu80mkl-1.1.0-py2.py3-none-manylinux1_x86_64.whl
   Processing ./mxnet_cu80mkl-1.1.0-py2.py3-none-manylinux1_x86_64.whl
   Requirement already satisfied: numpy<=1.13.3 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: requests==2.18.4 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: graphviz==0.8.1 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: chardet<3.1.0,>=3.0.2 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: idna<2.7,>=2.5 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: urllib3<1.23,>=1.21.1 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages (from 
requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Requirement already satisfied: certifi>=2017.4.17 in 
/home/chenxiny/anaconda3/envs/idp/lib/python3.6/site-packages/certifi-2017.7.27.1-py3.6.egg
 (from requests==2.18.4->mxnet-cu80mkl==1.1.0)
   Installing collected packages: mxnet-cu80mkl
   Successfully installed mxnet-cu80mkl-1.1.0
   (idp) [chenxiny@mlt-ace Downloads]$ python
   Python 3.6.3 |Intel Corporation| (default, Oct 16 2017, 15:28:36)
   [GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   Intel(R) Distribution for Python is brought to you by Intel Corporation.
   Please check out: https://software.intel.com/en-us/python-distribution
   >>> import mxnet as mx
   
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to