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 2019/02/02 16:37:34 UTC

[GitHub] mahmoodn opened a new issue #14059: ModuleNotFoundError: No module named 'mxnet'

mahmoodn opened a new issue #14059: ModuleNotFoundError: No module named 'mxnet'
URL: https://github.com/apache/incubator-mxnet/issues/14059
 
 
   Hi,
   Although I have built mxnet with `make -j8 USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1`, I am not able to run an example
   
   $ python main.py --configfile default.cfg
   Traceback (most recent call last):
     File "main.py", line 23, in <module>
       from config_util import parse_args, parse_contexts, generate_file_path
     File "/home/mahmood/mx/mxnet/example/speech_recognition/config_util.py", line 23, in <module>
       import mxnet as mx
   ModuleNotFoundError: No module named 'mxnet'
   
   I think I missed some steps. As stated `[here](https://mxnet.incubator.apache.org/versions/master/install/build_from_source.html)`, there a Ninja thing! Is that mandatory?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services