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 2018/09/18 16:29:20 UTC

[GitHub] szha commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80

szha commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80
URL: https://github.com/apache/incubator-mxnet/issues/6023#issuecomment-422460697
 
 
   @mariussoutier I'd like to see what pep425 tags are supported on your mac. What's the output of
   ```python
   import pip
   pip.pep425tags.get_supported()
   ```
   Note that w/ pip10/18 the above may fail, and you can instead do
   ```python
   import pip._internal
   pip._internal.pep425tags.get_supported()
   ```

----------------------------------------------------------------
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