## Description
When installing mxnet in my python3 virtualenv, I get the following error:
```
$ pip install mxnet
Collecting mxnet
Could not find a version that satisfies the requirement mxnet (from versions:
)
No matching distribution found for mxnet
```
## Environment info (Required)
```
----------Python Info----------
Version : 3.7.0
Compiler : Clang 9.1.0 (clang-902.0.39.2)
Build : ('default', 'Aug 22 2018 15:22:33')
Arch : ('64bit', '')
------------Pip Info-----------
Version : 18.0
Directory : /Users/opringle/Envs/gluon/lib/python3.7/site-packages/pip
----------MXNet Info-----------
No MXNet installed.
----------System Info----------
Platform : Darwin-17.7.0-x86_64-i386-64bit
system : Darwin
node : Olivers-MacBook-Pro.local
release : 17.7.0
version : Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018;
root:xnu-4570.71.2~1/RELEASE_X86_64
----------Hardware Info----------
machine : x86_64
processor : i386
b'machdep.cpu.brand_string: Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz'
b'machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE
MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 PCLMULQDQ
DTES64 MON DSCPL VMX SMX EST TM2 SSSE3 FMA CX16 TPR PDCM SSE4.1 SSE4.2 x2APIC
MOVBE POPCNT AES PCID XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C'
b'machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 HLE
AVX2 BMI2 INVPCID RTM SMAP RDSEED ADX IPT SGX FPU_CSDS MPX CLFSOPT'
b'machdep.cpu.extfeatures: SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP
TSCI'
----------Network Test----------
Setting timeout: 10
Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0966 sec,
LOAD: 0.7085 sec.
Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.1337 sec, LOAD:
0.0826 sec.
Timing for Gluon Tutorial(cn): https://zh.gluon.ai, DNS: 0.1128 sec, LOAD:
0.0671 sec.
Timing for FashionMNIST:
https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz,
DNS: 0.0894 sec, LOAD: 0.0858 sec.
Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0915 sec, LOAD:
1.4867 sec.
Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0006 sec, LOAD:
0.0394 sec.
```
Package used (Python/R/Scala/Julia):
(I'm using python)
## Error Message:
`Could not find a version that satisfies the requirement mxnet (from versions: )
No matching distribution found for mxnet`
## Steps to reproduce
1. `$ pip install mxnet`
[ Full content available at:
https://github.com/apache/incubator-mxnet/issues/12480 ]
This message was relayed via gitbox.apache.org for [email protected]