You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/29 17:22:39 UTC

[GitHub] ToruHironaka commented on issue #7740: Unable to install MXNet with GPU support for python using pip

ToruHironaka commented on issue #7740: Unable to install MXNet with GPU support for python using pip
URL: https://github.com/apache/incubator-mxnet/issues/7740#issuecomment-354474617
 
 
   I got the same issue. I use CUDA=8.0. you should install mxnet cuda version by pip with the specific mxnet version number. You may have to uninstall current mxnet before installing below mxnet version. 
   
   pip install mxnet-cu80==0.11.0
   
   https://mxnet.incubator.apache.org/get_started/install.html

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services