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

Issues with compiler.types import #2

Open
ppml12 opened this issue Jun 21, 2023 · 0 comments
Open

Issues with compiler.types import #2

ppml12 opened this issue Jun 21, 2023 · 0 comments

Comments

@ppml12
Copy link

ppml12 commented Jun 21, 2023

Running python applications/kmeans.py gives me the error:

Traceback (most recent call last):
File "applications/kmeans.py", line 5, in
from compiler.types import cint, sint, sintarray, Input, Role, Output
ModuleNotFoundError: No module named 'compiler.types'

I tried changing from compiler.types import cint, sint, sintarray, Input, Role, Output to from ..compiler.types import cint, sint, sintarray, Input, Role, Output but that did not work

How can I resolve this?

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