Skip to content

Core Compatibility Report: impartial-shrimp/v0ยค

๐ŸŸก bioimageio format validation
status valid-format
source https://hypha.aicell.io/bioimage-io/artifacts/impartial-shrimp/files/rdf.yaml?version=v0
id 10.5281/zenodo.5874741/5874742
version 1.1
applied format model 0.5.7
bioimageio.spec 0.5.7.4
Location Details
โœ”๏ธ Successfully created `ModelDescr` instance.
โœ”๏ธ bioimageio.spec format validation model 0.5.7
โŒ weights.pytorch_state_dict Conda environment creation
โŒ weights.pytorch_state_dict
Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpynxbuonf/pytorch_state_dict/env.yaml', '--name=8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', '--quiet']' returned non-zero exit status 1.
See Traceback 1.
weights.pytorch_state_dict
recommended conda environment (Conda environment creation)
%YAML 1.2
---
channels:
  - conda-forge
  - nodefaults
dependencies:
  - conda-forge::bioimageio.core>=0.9.4
  - mkl ==2024.0.0
  - numpy <2
  - pip
  - pytorch==1.10.1
  - setuptools <70.0.0
  - torchaudio==0.10.1
  - torchvision==0.11.2
weights.pytorch_state_dict
conda compare (Conda environment creation)
bioimageio.core not found mkl not found numpy not found pip not found pytorch not found
setuptools not found torchaudio not found torchvision not found
โŒ weights.torchscript Conda environment creation
โŒ weights.torchscript
Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpynxbuonf/torchscript/env.yaml', '--name=8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', '--quiet']' returned non-zero exit status 1.
See Traceback 2.
weights.torchscript
recommended conda environment (Conda environment creation)
%YAML 1.2
---
channels:
  - conda-forge
  - nodefaults
dependencies:
  - conda-forge::bioimageio.core>=0.9.4
  - mkl ==2024.0.0
  - numpy <2
  - pip
  - pytorch==1.10.1
  - setuptools <70.0.0
  - torchaudio==0.10.1
  - torchvision==0.11.2
weights.torchscript
conda compare (Conda environment creation)
bioimageio.core not found mkl not found numpy not found pip not found pytorch not found
setuptools not found torchaudio not found torchvision not found

Traceback 1








    
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:428 in _test โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    425 โ”‚   โ”‚   raise RuntimeError("Conda not available") from e                                  โ”‚
โ”‚    426 โ”‚                                                                                         โ”‚
โ”‚    427 โ”‚   try:                                                                                  โ”‚
โ”‚ โฑ  428 โ”‚   โ”‚   run_command([CONDA_CMD, "run", "-n", env_name, "python", "--version"])            โ”‚
โ”‚    429 โ”‚   except Exception as e:                                                                โ”‚
โ”‚    430 โ”‚   โ”‚   working_dir.mkdir(parents=True, exist_ok=True)                                    โ”‚
โ”‚    431 โ”‚   โ”‚   path = working_dir / "env.yaml"                                                   โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:198 in defau โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    195                                                                                           โ”‚
โ”‚    196 def default_run_command(args: Sequence[str]):                                             โ”‚
โ”‚    197 โ”‚   logger.info("running '{}'...", " ".join(args))                                        โ”‚
โ”‚ โฑ  198 โ”‚   _ = subprocess.check_call(args)                                                       โ”‚
โ”‚    199                                                                                           โ”‚
โ”‚    200                                                                                           โ”‚
โ”‚    201 def test_description(                                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/lib/python3.12/subprocess.py:413 in check_call                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    410 โ”‚   โ”‚   cmd = kwargs.get("args")                                                          โ”‚
โ”‚    411 โ”‚   โ”‚   if cmd is None:                                                                   โ”‚
โ”‚    412 โ”‚   โ”‚   โ”‚   cmd = popenargs[0]                                                            โ”‚
โ”‚ โฑ  413 โ”‚   โ”‚   raise CalledProcessError(retcode, cmd)                                            โ”‚
โ”‚    414 โ”‚   return 0                                                                              โ”‚
โ”‚    415                                                                                           โ”‚
โ”‚    416                                                                                           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
CalledProcessError: Command '['conda', 'run', '-n', '8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', 'python', '--version']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:435 in _test โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    432 โ”‚   โ”‚   try:                                                                              โ”‚
โ”‚    433 โ”‚   โ”‚   โ”‚   _ = path.write_bytes(encoded_env)                                             โ”‚
โ”‚    434 โ”‚   โ”‚   โ”‚   logger.debug("written conda env to {}", path)                                 โ”‚
โ”‚ โฑ  435 โ”‚   โ”‚   โ”‚   run_command(                                                                  โ”‚
โ”‚    436 โ”‚   โ”‚   โ”‚   โ”‚   [                                                                         โ”‚
โ”‚    437 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   CONDA_CMD,                                                            โ”‚
โ”‚    438 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   "env",                                                                โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:198 in defau โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    195                                                                                           โ”‚
โ”‚    196 def default_run_command(args: Sequence[str]):                                             โ”‚
โ”‚    197 โ”‚   logger.info("running '{}'...", " ".join(args))                                        โ”‚
โ”‚ โฑ  198 โ”‚   _ = subprocess.check_call(args)                                                       โ”‚
โ”‚    199                                                                                           โ”‚
โ”‚    200                                                                                           โ”‚
โ”‚    201 def test_description(                                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/lib/python3.12/subprocess.py:413 in check_call                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    410 โ”‚   โ”‚   cmd = kwargs.get("args")                                                          โ”‚
โ”‚    411 โ”‚   โ”‚   if cmd is None:                                                                   โ”‚
โ”‚    412 โ”‚   โ”‚   โ”‚   cmd = popenargs[0]                                                            โ”‚
โ”‚ โฑ  413 โ”‚   โ”‚   raise CalledProcessError(retcode, cmd)                                            โ”‚
โ”‚    414 โ”‚   return 0                                                                              โ”‚
โ”‚    415                                                                                           โ”‚
โ”‚    416                                                                                           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
CalledProcessError: Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpynxbuonf/pytorch_state_dict/env.yaml', '--name=8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', '--quiet']' returned non-zero exit status 1.

Traceback 2








    
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:428 in _test โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    425 โ”‚   โ”‚   raise RuntimeError("Conda not available") from e                                  โ”‚
โ”‚    426 โ”‚                                                                                         โ”‚
โ”‚    427 โ”‚   try:                                                                                  โ”‚
โ”‚ โฑ  428 โ”‚   โ”‚   run_command([CONDA_CMD, "run", "-n", env_name, "python", "--version"])            โ”‚
โ”‚    429 โ”‚   except Exception as e:                                                                โ”‚
โ”‚    430 โ”‚   โ”‚   working_dir.mkdir(parents=True, exist_ok=True)                                    โ”‚
โ”‚    431 โ”‚   โ”‚   path = working_dir / "env.yaml"                                                   โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:198 in defau โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    195                                                                                           โ”‚
โ”‚    196 def default_run_command(args: Sequence[str]):                                             โ”‚
โ”‚    197 โ”‚   logger.info("running '{}'...", " ".join(args))                                        โ”‚
โ”‚ โฑ  198 โ”‚   _ = subprocess.check_call(args)                                                       โ”‚
โ”‚    199                                                                                           โ”‚
โ”‚    200                                                                                           โ”‚
โ”‚    201 def test_description(                                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/lib/python3.12/subprocess.py:413 in check_call                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    410 โ”‚   โ”‚   cmd = kwargs.get("args")                                                          โ”‚
โ”‚    411 โ”‚   โ”‚   if cmd is None:                                                                   โ”‚
โ”‚    412 โ”‚   โ”‚   โ”‚   cmd = popenargs[0]                                                            โ”‚
โ”‚ โฑ  413 โ”‚   โ”‚   raise CalledProcessError(retcode, cmd)                                            โ”‚
โ”‚    414 โ”‚   return 0                                                                              โ”‚
โ”‚    415                                                                                           โ”‚
โ”‚    416                                                                                           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
CalledProcessError: Command '['conda', 'run', '-n', '8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', 'python', '--version']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:435 in _test โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    432 โ”‚   โ”‚   try:                                                                              โ”‚
โ”‚    433 โ”‚   โ”‚   โ”‚   _ = path.write_bytes(encoded_env)                                             โ”‚
โ”‚    434 โ”‚   โ”‚   โ”‚   logger.debug("written conda env to {}", path)                                 โ”‚
โ”‚ โฑ  435 โ”‚   โ”‚   โ”‚   run_command(                                                                  โ”‚
โ”‚    436 โ”‚   โ”‚   โ”‚   โ”‚   [                                                                         โ”‚
โ”‚    437 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   CONDA_CMD,                                                            โ”‚
โ”‚    438 โ”‚   โ”‚   โ”‚   โ”‚   โ”‚   "env",                                                                โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:198 in defau โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    195                                                                                           โ”‚
โ”‚    196 def default_run_command(args: Sequence[str]):                                             โ”‚
โ”‚    197 โ”‚   logger.info("running '{}'...", " ".join(args))                                        โ”‚
โ”‚ โฑ  198 โ”‚   _ = subprocess.check_call(args)                                                       โ”‚
โ”‚    199                                                                                           โ”‚
โ”‚    200                                                                                           โ”‚
โ”‚    201 def test_description(                                                                     โ”‚
โ”‚                                                                                                  โ”‚
โ”‚ /usr/lib/python3.12/subprocess.py:413 in check_call                                              โ”‚
โ”‚                                                                                                  โ”‚
โ”‚    410 โ”‚   โ”‚   cmd = kwargs.get("args")                                                          โ”‚
โ”‚    411 โ”‚   โ”‚   if cmd is None:                                                                   โ”‚
โ”‚    412 โ”‚   โ”‚   โ”‚   cmd = popenargs[0]                                                            โ”‚
โ”‚ โฑ  413 โ”‚   โ”‚   raise CalledProcessError(retcode, cmd)                                            โ”‚
โ”‚    414 โ”‚   return 0                                                                              โ”‚
โ”‚    415                                                                                           โ”‚
โ”‚    416                                                                                           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
CalledProcessError: Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpynxbuonf/torchscript/env.yaml', '--name=8e61e58e234408358ebe72e5f3a59a6fb1adb59db8e7656f72bc034a857c269d', '--quiet']' returned non-zero exit status 1.