You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/21 00:53:54 UTC

[GitHub] [incubator-mxnet] apeforest opened a new issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

apeforest opened a new issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193


   The symbol _ZN5mxnet12on_enter_apiEPKc is missing from mxnet-cu100mkl nightly and 1.5.1 package. Without it, horovod cannot run.
   
   This symbol is available in mxnet-cu100 1.5.0 package.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661436918


   Bumped into the same error for
   ```
   mxnet-cu101==1.6.0
   ```
   
   Repro steps
   ```
       virtualenv -p python3 mx16cu101
       source mx16cu101/bin/activate
       pip install mxnet-cu101==1.6.0
       pip install gluoncv
       pip install horovod
       cd incubator-mxnet/
       python example/distributed_training-horovod/resnet50_imagenet.py
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] szha closed issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
szha closed issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] leezu commented on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661501323


   If it is broken in the stable version on pypi, it should be fixed. Can you open a new issue about that if it's broken?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661446225


   Nevermind, realized that nightly builds arent published to PyPi anymore. But that leaves many people who consume binaries via PyPi to lose out on leveraging horovod with existing versions.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
ChaiBapchya edited a comment on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661436918


   Bumped into the same error for various pypi versions
   ```
   mxnet-cu101
   mxnet-cu101==1.6.0
   mxnet-cu101==1.6.0b20191122
   ```
   
   Repro steps
   ```
       virtualenv -p python3 mx16cu101
       source mx16cu101/bin/activate
       pip install mxnet-cu101==1.6.0
       pip install gluoncv
       pip install horovod
       cd incubator-mxnet/
       python example/distributed_training-horovod/resnet50_imagenet.py
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661528792


   It also fails for nightly
   I bumped into the same issue for wheels found in repo.mxnet.io
   ```
   pip install https://repo.mxnet.io/dist/python/cu102/mxnet_cu102-1.6.0-py2.py3-none-manylinux1_x86_64.whl
   pip install https://repo.mxnet.io/dist/python/cu102/mxnet_cu102-1.7.0b20200719-py2.py3-none-manylinux2014_x86_64.whl
   pip install https://repo.mxnet.io/dist/python/cu102mkl/mxnet_cu102mkl-1.6.0b20200215-py2.py3-none-manylinux1_x86_64.whl
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16193: Fail to install Horovod with MXNet 1.5.1 and nightly

Posted by GitBox <gi...@apache.org>.
ChaiBapchya commented on issue #16193:
URL: https://github.com/apache/incubator-mxnet/issues/16193#issuecomment-661437183


   Can we re-open the issue @leezu @apeforest @szha 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org