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 'mistk.model.server' #18

Open
johnnyv75 opened this issue Mar 13, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'mistk.model.server' #18

johnnyv75 opened this issue Mar 13, 2023 · 0 comments

Comments

@johnnyv75
Copy link

Attempting to build, install mistk on Ubuntu 22.04 with pyenv environment (python 3.8.16) and running into this issue below. Any help would be appreciated, thanks in advance!

Python 3.8.16 (default, Mar 1 2023, 15:54:40)
[GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import mistk
Traceback (most recent call last):
File "", line 1, in
File "/home/jvines/Source/mistk/mistk/init.py", line 23, in
from mistk.model import abstract_model, service
File "/home/jvines/Source/mistk/mistk/model/abstract_model.py", line 23, in
from mistk.data import ServiceError
File "/home/jvines/Source/mistk/mistk/data/init.py", line 21, in
from mistk.model.server.models import * #pylint: disable=wildcard-import
ModuleNotFoundError: No module named 'mistk.model.server'

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

1 participant