| ๐ก |
bioimageio format validation |
| status |
valid-format |
| source |
https://hypha.aicell.io/bioimage-io/artifacts/charismatic-whale/files/rdf.yaml?version=v0 |
| id |
charismatic-whale |
| version |
1.0.1 |
| applied format |
model 0.5.10 |
| bioimageio.spec |
0.5.10.2 |
|
Location |
Details |
| โ๏ธ |
|
Successfully created `ModelDescr` instance. |
| โ๏ธ |
|
bioimageio.spec format validation model 0.5.10 |
| โ |
inputs.0.sample_tensor |
Needs to be filled for FAIR compliance |
| โ |
outputs.0.sample_tensor |
Needs to be filled for FAIR compliance |
| โ |
weights.torchscript |
Conda environment creation |
| โ |
weights.torchscript |
Command '['conda', 'env', 'create', '--yes', '--file=/tmp/tmpo5yp_vsq/torchscript/env.yaml', '--name=9c82d2cec5a94707cc26ef020f54bbee82474f4bbc61da4ec4e0890677f85751', '--quiet']' returned non-zero exit status 1. |
|
|
See Traceback 1. |
|
weights.torchscript |
recommended conda environment (Conda environment creation) |
|
|
%YAML 1.2
---
channels:
- conda-forge
- nodefaults
dependencies:
- conda-forge::bioimageio.core>=0.9.4
- numpy <2
- pip
- pytorch==2.2.0
- torchvision==0.17.0
|
|
weights.torchscript |
conda compare (Conda environment creation) |
|
|
/usr/share/miniconda/lib/python3.13/site-packages/conda/env/env.py:288: FutureWarning: The
environment file is not fully CEP 24 compliant is deprecated and will be removed in 26.9. In the
future, this configuration will be rejected. Please fix the following errors in order to make
the configuration valid: - Invalid type for 'name', expected a str deprecated.topic(
bioimageio.core not found numpy not found pip not found pytorch 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:443 in _test โ
โ โ
โ 440 โ โ raise RuntimeError("Conda not available") from e โ
โ 441 โ โ
โ 442 โ try: โ
โ โฑ 443 โ โ run_command([CONDA_CMD, "run", "-n", env_name, "python", "--version"]) โ
โ 444 โ except Exception: โ
โ 445 โ โ working_dir.mkdir(parents=True, exist_ok=True) โ
โ 446 โ โ path = working_dir / "env.yaml" โ
โ โ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:203 in defau โ
โ โ
โ 200 โ
โ 201 def default_run_command(args: Sequence[str]): โ
โ 202 โ logger.info("running '{}'...", " ".join(args)) โ
โ โฑ 203 โ _ = subprocess.check_call(args) โ
โ 204 โ
โ 205 โ
โ 206 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', '9c82d2cec5a94707cc26ef020f54bbee82474f4bbc61da4ec4e0890677f85751', '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:450 in _test โ
โ โ
โ 447 โ โ try: โ
โ 448 โ โ โ _ = path.write_bytes(encoded_env) โ
โ 449 โ โ โ logger.debug("written conda env to {}", path) โ
โ โฑ 450 โ โ โ run_command( โ
โ 451 โ โ โ โ [ โ
โ 452 โ โ โ โ โ CONDA_CMD, โ
โ 453 โ โ โ โ โ "env", โ
โ โ
โ /home/runner/.local/lib/python3.12/site-packages/bioimageio/core/_resource_tests.py:203 in defau โ
โ โ
โ 200 โ
โ 201 def default_run_command(args: Sequence[str]): โ
โ 202 โ logger.info("running '{}'...", " ".join(args)) โ
โ โฑ 203 โ _ = subprocess.check_call(args) โ
โ 204 โ
โ 205 โ
โ 206 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/tmpo5yp_vsq/torchscript/env.yaml', '--name=9c82d2cec5a94707cc26ef020f54bbee82474f4bbc61da4ec4e0890677f85751', '--quiet']' returned non-zero exit status 1.