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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to