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 related to napari-mm3 installation #38

Open
GaoCheng22 opened this issue Mar 19, 2024 · 8 comments
Open

Issues related to napari-mm3 installation #38

GaoCheng22 opened this issue Mar 19, 2024 · 8 comments

Comments

@GaoCheng22
Copy link

After installtion of napari-mm3, i encountered two difficulties.

  1. It reported ModuleNotFoundError: No module named 'javabridge' after running TIFFConverter, and during the installation of javabridge, it reported that cl.exe' failed with exit code 2
  2. It reported IndexError: list index out of range after running other function.

I am here to ask for your help, thank you very much!!!

@rthiermann
Copy link
Collaborator

Hi,

Unfortunately it sounds like these are issues with your javabridge installation, so you may be better served by asking on the javabridge repository or StackOverflow.

What format is your raw data in? Right now we do rely on Bioformats (which needs javabridge) to convert all file formats other than .nd2 or tiff, but if you can convert your data to one of these formats you should not need it.

@GaoCheng22
Copy link
Author

Thank you very much!
My raw data format is TIFF, and i still confused about 'IndexError: list index out of range'

@rthiermann
Copy link
Collaborator

rthiermann commented Mar 20, 2024

Can you share the stack trace for the error you got? (i.e. which line specifically caused the IndexError).

Make sure that you have "image_source" set to "Bioformats/other" in the Compile widget. The widget expects the tiff files to have a format ending in t000xy00c0.tiff with the time point t, FOV xy and color channel c.

If you want, you can share a sample of your raw data with me and I can try to reproduce the error.

@GaoCheng22
Copy link
Author

Thank you very much!I tried reinstall my python and napari-mm3 can be called successfully.
But it still report an error when I try to run the compile step.
EmitLoopError:
While emitting signal 'magicgui.widgets.PushButton.changed', an error occurred in callback 'napari_mm3._deriving_widgets.Compile._save_settings'.
The args passed to the callback were: (False,)
This is not a bug in psygnal. See 'AttributeError' above for details.

@rthiermann
Copy link
Collaborator

Can you share the full stack trace you get? (including initial 'AttributeError')

@rthiermann
Copy link
Collaborator

We had a similar bug to what you describe a few months ago but it should be resolved in the most recent version of the code - make sure you are pulling the current version from Github (git clone https://github.com/junlabucsd/napari-mm3.git), not downloading from PyPI or napari-hub.

@GaoCheng22
Copy link
Author

GaoCheng22 commented Mar 31, 2024

Thank you very much!
I tried to install the current version from Github, but it still exist some problem.
I wonder if napari-mm3 supports Windows 64?

@rthiermann
Copy link
Collaborator

Sorry that you're still having trouble! Yes, it's been tested on Windows 10 (64 bit). Can you share the errors you get?

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