-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Nuclei Segmentation - Developing Tribolium Castaneum Embryo - 2D StarDist #722
base: main
Are you sure you want to change the base?
Conversation
the specified conda env failed to install: channels: [defaults, conda-forge]
dependencies:
- python>=3.7
- bioimageio.core>=0.5.0
- pip
- pip: [stardist>=0.8.5, 'tensorflow>=2.14,<3']
name: '10491807' from the log it looks like pip install stardist failed with pip logInstalling pip packages: stardist>=0.8.5, tensorflow>=2.14,<3 Collecting stardist>=0.8.5 (from -r /home/runner/work/collection-bioimage-io/collection-bioimage-io/artifacts/static_validation_artifact/10.5281/zenodo.10406343/10491807/mambaf4GUyYuwTWO (line 1)) Downloading stardist-0.8.5.tar.gz (885 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 885.6/885.6 kB 13.5 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'error' error: subprocess-exited-with-error
error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
in https://stackoverflow.com/a/70592872 I found that the fix might be to pin numpy to 1.21.5 (numpy-1.26.3 was installed) |
so I propose you try to update channels: [defaults, conda-forge]
dependencies:
- python>=3.7
- bioimageio.core>=0.5.0
- pip
- numpy==1.21.5 # see https://github.com/bioimage-io/collection-bioimage-io/pull/722#issuecomment-1956302487
- pip: [stardist>=0.8.5, 'tensorflow>=2.14,<3']
name: stardist |
This is an automatic PR created by the @bioimageiobot regarding changes to the resource item 10.5281/zenodo.10406343.
The following version(s) will be added:
Please review the changes and make sure the new item or version(s) pass the following check list:
Maintainers: @cfusterbarcelo
Note: If you updated or re-uploaded another version for the current item on Zenodo, this PR won't be changed automatically. To proceed, you can do the following:
status
field asaccepted
, but change thestatus
under the current version toblocked
.Then wait for the CI on the main branch to complete. It should detect the new version(s) and create another PR for the new version(s).
Previous PRs of this resource: #697