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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to