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

ModuleNotFoundError: No module named 'valkka.core' #28

Closed
deepik27 opened this issue Sep 22, 2021 · 4 comments
Closed

ModuleNotFoundError: No module named 'valkka.core' #28

deepik27 opened this issue Sep 22, 2021 · 4 comments

Comments

@deepik27
Copy link

File "lesson_1_a.py", line 12, in
from valkka.core import *
ModuleNotFoundError: No module named 'valkka.core'

@elsampsa
Copy link
Owner

phew! You scared the shit out of me.. I thought that the PPA is broken..!

But it ain't.

Have you, by any chance, followed this?: https://elsampsa.github.io/valkka-examples/_build/html/requirements.html

Once you actually install libValkka you can try from command line:

python3
from valkka.core import *

I suggest that you also run the "quicktest.py" as instructed in that same page.

@deepik27
Copy link
Author

deepik27 commented Sep 22, 2021 via email

@elsampsa
Copy link
Owner

If you have several python versions installed into your system, you can start python 3.8 by typing:

python3.8

If you really need to use some other python version than the system's default one, you can also compile libValkka yourself: it's very easy, please see the front-page of this repo.

@deepik27
Copy link
Author

yeah thanks so much got it ran well quicktest.py file

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

2 participants