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

Generatedefinitions.py doesn't work #1

Open
mesigamesig opened this issue Aug 16, 2022 · 1 comment
Open

Generatedefinitions.py doesn't work #1

mesigamesig opened this issue Aug 16, 2022 · 1 comment

Comments

@mesigamesig
Copy link

Traceback (most recent call last):
File "C:\Users\pizza\Downloads\Provincial-master\Provincial-master\generatedefinitions.py", line 15, in
from skimage import data, io
ModuleNotFoundError: No module named 'skimage'

@mesigamesig
Copy link
Author

changing 'skimage' to 'scimage' produces:

Traceback (most recent call last):
File "C:\Users\pizza\Downloads\Provincial-master\Provincial-master\generatedefinitions.py", line 15, in
from scimage import data, io
ImportError: cannot import name 'data' from 'scimage' (C:\Users\pizza\AppData\Local\Programs\Python\Python310\lib\site-packages\scimage_init_.py)

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