-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error while trying to open GUI in the latest PlantSeg version #274
Comments
Hi @adkrishnan thanks for reporting this issue! Legacy GUI is now not the main focus, but is still very useful. When it launches, it checks this template file and it's configs:
unless there is already a config file before the installation of PlantSeg in |
This has been documented before but I know the docs are hard to find when you actually need it: |
Hey @adkrishnan Athul says you tried deleting the folder but still has (plant-seg) [qyu@kreshuk configs]$ python
Python 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:36:13) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from plantseg import PATH_CONFIGS
>>> PATH_CONFIGS
PosixPath('/home/qyu/.plantseg_models/configs') So basically you need to remove everything inside the |
I deleted everything and installed bioimageio.core using |
For the missing package it is very strange because I did include it in the config: plant-seg/conda-recipe/meta.yaml Line 34 in aece266
But since PlantSeg works for you know I'll leave this issue open and come back later to see if anything is wrong with the environment. Thanks again for reporting! |
I get the same issue on my machine |
Do you know what conda uses for checking the requirements? I have bioimageio.core all three configs: plant-seg/conda-recipe/meta.yaml Line 34 in aece266
plant-seg/environment-dev.yaml Line 27 in aece266
Line 20 in aece266
|
Only |
Ohhh I never imagined Conda would do that because it feels like a major bug of it.
Do you have time for the docs? Otherwise I can add it after our meeting. |
Hello,
Facing an issue while trying to open the GUI for the latest version of PlantSeg 1.8.1 after an install in a fresh environment
ModuleNotFoundError: No module named 'bioimage.io'
(same error even on trying to open Napari GUI)
Even on installing bioimage.core separately
displays an error in the legacy_gui/gui_widgets.py
KeyError: 'is_segmentation'
The text was updated successfully, but these errors were encountered: