@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()
```

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

Reply via email to