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 'splinegenerator' #273

Open
carmenrt opened this issue Jun 5, 2023 · 3 comments
Open

ModuleNotFoundError: No module named 'splinegenerator' #273

carmenrt opened this issue Jun 5, 2023 · 3 comments

Comments

@carmenrt
Copy link

carmenrt commented Jun 5, 2023

I have a problem trying to import splinegenerator in the splinedist2D notebook, any solution?

@zehtabian
Copy link

I changed "import splinegenerator as sg" to "import splinedist.splinegenerator as sg", and that fixed the issue for me!

@carmenrt
Copy link
Author

Hello, thank you for answering me! Did you have problems with this line: "from splinedist.utils import phi_generator, grid_generator, get_contoursize_max, export_imagej_rois"?

@zehtabian
Copy link

Hello, thank you for answering me! Did you have problems with this line: "from splinedist.utils import phi_generator, grid_generator, get_contoursize_max, export_imagej_rois"?

Hi Carmen,

In my case, I encountered an error at this line: "import splinegenerator as sg". It gave me the following complaint: "ModuleNotFoundError: No module named 'splinegenerator'".
So, I made a slight modification to this line as follows: "import splinedist.splinegenerator as sg", and it worked.

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