You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/03/06 17:38:30 UTC

[GitHub] [incubator-mxnet] EnricoMi edited a comment on issue #20936: Build MXNet1.9 from sources, but it will report an error when i install horovod

EnricoMi edited a comment on issue #20936:
URL: https://github.com/apache/incubator-mxnet/issues/20936#issuecomment-1060006798


   I could reproduce this in a `ubuntu:20.04` docker container. After installing MXNet from sources via `setup-utils/install-mxnet-ubuntu-python.sh`, running this Python code fails:
   
       import mxnet as mx
       print(mx.libinfo.find_include_path())
   
   The error is:
   
   ```
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
     File "/usr/local/lib/python3.8/dist-packages/mxnet-1.9.0-py3.8.egg/mxnet/libinfo.py", line 108, in find_include_path
       raise RuntimeError('Cannot find the MXNet include path in either ' + pip_incl_path +
   RuntimeError: Cannot find the MXNet include path in either /usr/local/lib/python3.8/dist-packages/mxnet-1.9.0-py3.8.egg/mxnet/include/ or /usr/local/lib/python3.8/dist-packages/mxnet-1.9.0-py3.8.egg/mxnet/../../include/
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org