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: [email protected] With regards, Apache Git Services
