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-422480880 weird. mine seems to work: ```python % ipython Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 26 2018, 23:26:24) Type 'copyright', 'credits' or 'license' for more information IPython 6.4.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import pip In [2]: pip.__version__ Out[2]: '18.0' In [3]: import pip._internal In [4]: pip._internal.pep425tags.get_supported() Out[4]: [('cp37', 'cp37m', 'macosx_10_13_x86_64'), ('cp37', 'cp37m', 'macosx_10_13_intel'), ``` Do you mind running [this script](https://github.com/apache/incubator-mxnet/blob/master/tools/diagnose.py) and reporting the output? This is for collecting some environment information.
---------------------------------------------------------------- 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
