Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError : No module name mla #25

Open
guotong1988 opened this issue Dec 20, 2016 · 5 comments
Open

ImportError : No module name mla #25

guotong1988 opened this issue Dec 20, 2016 · 5 comments

Comments

@guotong1988
Copy link

guotong1988 commented Dec 20, 2016

When I run nnet_convnet_mnist.py in the IDE , it throw the error.

_20161220143641

_20161220142543

Thank you @rushter

@guotong1988
Copy link
Author

I could run it after pip install . .
But how to run it without install it into site-packages

@rushter
Copy link
Owner

rushter commented Dec 20, 2016

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.

@Hemanth-Mydugolam
Copy link

Hemanth-Mydugolam commented Nov 7, 2017

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
from mla.base import BaseEstimator
ModuleNotFoundError: No module named 'mla'

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.

@Abey12525
Copy link

Try copying mla into the directory of python/ lib folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants