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

help_ModuleNotFoundError: No module named 'mkl' #3

Open
jinpengwei opened this issue Mar 7, 2018 · 2 comments
Open

help_ModuleNotFoundError: No module named 'mkl' #3

jinpengwei opened this issue Mar 7, 2018 · 2 comments

Comments

@jinpengwei
Copy link

hi,l am a student,when i run your pbt.l meet some problem.
Traceback (most recent call last):
File "main.py", line 2, in
import mkl
ModuleNotFoundError: No module named 'mkl'
but when use command 'conda list|grep mkl' ,its show that conda environment contain 'mkl' package .
please tell me.Why does this happen? thanks

@MattKleinsmith
Copy link
Owner

If you can't install mkl, I recommend removing the code from main.py. It's not required.

@docsjoo
Copy link

docsjoo commented Apr 12, 2018

In order to import mkl, you need to conda install mkl-service - conda install mkl isn't enough because mkl isn't a Python module.

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

3 participants