Open eric-haibin-lin opened 4 years ago
@apeforest FYI
@TaoLv @PatricZhao FYI
@eric-haibin-lin @apeforest I cannot install mxnet and horovod through the command lines shared in the description. Besides, with pip install --pre mxnet -f https://dist.mxnet.io/python/cpu
, I can only get https://repo.mxnet.io/dist/python/cpu/mxnet-2.0.0b20200312-py2.py3-none-manylinux1_x86_64.whl.
@TaoLv can you try wget https://repo.mxnet.io/dist/python/cpu/mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl
and then pip install mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl
@TaoLv can you try
wget https://repo.mxnet.io/dist/python/cpu/mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl
and thenpip install mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl
Got:
(mxnet) [lvtao@mlt2-clx103 ~]$ pip install mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl
ERROR: mxnet-2.0.0b20200313-py2.py3-none-manylinux2014_x86_64.whl is not a supported wheel on this platform.
I'm using CentOS 7.2 and python 3.6.
This works:
test.py:
This fails: