MLAlgorithms
MLAlgorithms copied to clipboard
ImportError : No module name mla
When I run nnet_convnet_mnist.py in the IDE , it throw the error.


Thank you @rushter
I could run it after pip install . .
But how to run it without install it into site-packages
http://stackoverflow.com/questions/11536764/how-to-fix-attempted-relative-import-in-non-package-even-with-init-py
You can copy mla directory into examples.
I don't know what kind of IDE you are using, but PyCharm can automatically detect examples directory.
Hi all,
I am also getting same error as no module named mla. I tried to install it via pip unable to install it.
Traceback (most recent call last):
File "knn.py", line 6, in
when i tried to install it via pip then i am getting the following error Could not find a version that satisfies the requirement mla (from versions: ) No matching distribution found for mla
Can you please provide the solution details.
Try copying mla into the directory of python/ lib folder