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.
[ Full content available at:
https://github.com/apache/incubator-mxnet/issues/6023 ]
This message was relayed via gitbox.apache.org for [email protected]