ModuleNotFoundError: No module named 'keras-mxnet'

ModuleNotFoundError: No module named 'keras-mxnet'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'keras-mxnet'

How to remove the ModuleNotFoundError: No module named 'keras-mxnet' error?

Thanks

View Answers

October 16, 2007 at 3:57 PM

Hi,

In your python environment you have to install padas library.

You can install keras-mxnet python with following command:


pip install keras-mxnet

After the installation of keras-mxnet python library, ModuleNotFoundError: No module named 'keras-mxnet' error will be solved.

Thanks









Related Tutorials/Questions & Answers:

Ads