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

"Error: output metadata set is empty" when building recipe #5454

Open
2 tasks done
KasperSkytte opened this issue Aug 10, 2024 · 0 comments
Open
2 tasks done

"Error: output metadata set is empty" when building recipe #5454

KasperSkytte opened this issue Aug 10, 2024 · 0 comments
Labels
type::bug describes erroneous operation, use severity::* to classify the type

Comments

@KasperSkytte
Copy link

KasperSkytte commented Aug 10, 2024

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

I am trying to upgrade the arb-bio recipe from version 6.0 to version 7.0 (on this fork) to be able to run arb, which has now been the newest version since sep 2021, and have been solving package dependency conflicts manually in order to be able to build it. I am following the guidelines here and I get the following error(s) when building locally:

# build and test
bioconda-utils build --docker --mulled-test --git-range master
09:07:30 BIOCONDA INFO Considering total of 9522 recipes.
09:07:30 BIOCONDA INFO Constraining to 1 git modified recipes (arb-bio).
09:07:30 BIOCONDA INFO Processing 1 recipes (arb-bio).
conda-forge/osx-arm64: 82.9MB [00:01, 60.6MB/s]                                                                      | 0/1 [00:00<?, ?it/s]
conda-forge/linux-aarch64: 96.8MB [00:02, 37.0MB/s]                                                              | 0/10 [00:00<?, ?files/s]
bioconda/linux: 37.8MB [00:01, 35.2MB/s]                                                                 | 1/10 [00:02<00:21,  2.43s/files]
bioconda/linux-aarch64: 1.19MB [00:00, 34.9MB/s]                                                         | 2/10 [00:04<00:15,  1.92s/files]
conda-forge/noarch: 96.8MB [00:03, 31.2MB/s]                                                             | 3/10 [00:05<00:12,  1.77s/files]
bioconda/osx-arm64: 176kB [00:00, 20.0MB/s]]
conda-forge/osx: 222MB [00:07, 31.4MB/s]█████████████████████▌                                           | 5/10 [00:07<00:06,  1.29s/files]
bioconda/osx: 30.1MB [00:05, 6.01MB/s]]]s] 
bioconda/noarch: 37.6MB [00:00, 114MB/s] █████████████████████████████████████▉                          | 7/10 [00:10<00:04,  1.49s/files]
conda-forge/linux: 265MB [00:11, 23.5MB/s]█████████████████████████████████████████████▌                 | 8/10 [00:11<00:02,  1.20s/files]
Downloading: 100%|██████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:16<00:00,  1.64s/files]
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:17<00:00, 17.43s/it]
The following problems have been found (visit https://bioconda.github.io/contributor/linting.html for details on the particular lints you get below.):/linux: 227MB [00:11, 10.9MB/s]
conda-forge/linux: 245MB [00:11, 14.3MB/s]
ERROR: recipes/arb-bio/meta.yaml:0: missing_run_exports: Recipe should have a run_exports statement that ensures correct pinning in downstream packages
Errors were found
09:07:50 BIOCONDA INFO Considering total of 9522 recipes.
09:07:50 BIOCONDA INFO Constraining to 1 git modified recipes (arb-bio).
09:07:50 BIOCONDA INFO Processing 1 recipes (arb-bio).
09:07:50 BIOCONDA INFO Using docker image quay.io/bioconda/bioconda-utils-build-env-cos7:3.3.1 for building.
09:07:50 BIOCONDA INFO Generating DAG
Loading Recipes: 100%|███████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 79.63it/s]
09:07:50 BIOCONDA INFO 1 recipes to build and test: 
arb-bio
09:07:50 BIOCONDA INFO Determining expected packages for recipes/arb-bio
WARNING: Setting build platform. This is only useful when pretending to be on another platform, such as for rendering necessary dependencies on a non-native platform. I trust that you know what you're doing.
WARNING: No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.22
Adding in variants from internal_defaults
Adding in variants from /home/kapper/.local/lib/miniforge3/envs/bioconda/conda_build_config.yaml
Adding in variants from /home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/bioconda_utils-conda_build_config.yaml
Traceback (most recent call last):
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/bin/bioconda-utils", line 10, in <module>
    sys.exit(main())
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/cli.py", line 1124, in main
    argh.dispatch_commands([
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 511, in dispatch_commands
    dispatch(parser, *args, **kwargs)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 199, in dispatch
    return run_endpoint_function(
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 270, in run_endpoint_function
    return _process_command_output(lines, output_file, raw_output, always_flush)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 290, in _process_command_output
    for line in lines:
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 415, in _execute_command
    for line in result:
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/argh/dispatching.py", line 395, in _call
    result = function(*positional_values, **values_by_name)
  File "<boltons.funcutils.FunctionBuilder-5>", line 2, in build
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/cli.py", line 137, in wrapper
    func(*args, **kwargs)
  File "<boltons.funcutils.FunctionBuilder-4>", line 2, in build
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/cli.py", line 66, in wrapper
    func(*args, **kwargs)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/cli.py", line 498, in build
    success = build_recipes(recipe_folder, config, recipes,
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/build.py", line 431, in build_recipes
    pkg_paths = utils.get_package_paths(recipe, check_channels, force=force)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/utils.py", line 1122, in get_package_paths
    if check_recipe_skippable(recipe, check_channels):
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/utils.py", line 1039, in check_recipe_skippable
    platform, metas = _load_platform_metas(recipe, finalize=False)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/utils.py", line 1025, in _load_platform_metas
    return platform, load_all_meta(recipe, config=config, finalize=finalize)
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/bioconda_utils/utils.py", line 445, in load_all_meta
    for (meta, _, _) in api.render(
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/conda_build/api.py", line 74, in render
    for od, om in meta.get_output_metadata_set(
  File "/home/kapper/.local/lib/miniforge3/envs/bioconda/lib/python3.10/site-packages/conda_build/metadata.py", line 2694, in get_output_metadata_set
    assert output_tuples, (
AssertionError: Error: output metadata set is empty.  Please file an issue on the conda-build tracker at https://github.com/conda/conda-build/issues

I'm inexperienced with building conda packages, neither am I a developer on the arb project, so I may be doing something fundamentally wrong, however I'm filing an issue because it says so and because I'm stuck. I'm building on Ubuntu Linux Jammy 22.04 LTS (Pop!_OS).
Appreciate any help in advance and let me know if you need more details!

Conda Info

active environment : bioconda
    active env location : /home/kapper/.local/lib/miniforge3/envs/bioconda
            shell level : 1
       user config file : /home/kapper/.condarc
 populated config files : /home/kapper/.local/lib/miniforge3/.condarc
                          /home/kapper/.condarc
          conda version : 23.11.0
    conda-build version : not installed
         python version : 3.10.13.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=skylake
                          __conda=23.11.0=0
                          __cuda=12.3=0
                          __glibc=2.35=0
                          __linux=6.6.6=0
                          __unix=0=0
       base environment : /home/kapper/.local/lib/miniforge3  (writable)
      conda av data dir : /home/kapper/.local/lib/miniforge3/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://conda.anaconda.org/bioconda/linux-64
                          https://conda.anaconda.org/bioconda/noarch
          package cache : /home/kapper/.local/lib/miniforge3/pkgs
                          /home/kapper/.conda/pkgs
       envs directories : /home/kapper/.local/lib/miniforge3/envs
                          /home/kapper/.conda/envs
               platform : linux-64
             user-agent : conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.6.6-76060606-generic pop/22.04 glibc/2.35 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.5
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

Conda Config

==> /home/kapper/.local/lib/miniforge3/.condarc <==
channels:
  - conda-forge

==> /home/kapper/.condarc <==
auto_activate_base: False
channels:
  - conda-forge
  - bioconda

Conda list

# packages in environment at /home/kapper/.local/lib/miniforge3/envs/bioconda:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
aiofiles                  23.2.1             pyhd8ed1ab_0    conda-forge
aioftp                    0.22.3             pyhd8ed1ab_1    conda-forge
aiohttp                   3.9.5           py310h2372a71_0    conda-forge
aiohttp-jinja2            1.6                pyhd8ed1ab_1    conda-forge
aiohttp-security          0.4.0                      py_0    conda-forge
aiohttp-session           2.7.0                      py_0    conda-forge
aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
anaconda-client           1.12.3             pyhd8ed1ab_1    conda-forge
annotated-types           0.7.0              pyhd8ed1ab_0    conda-forge
anyio                     3.7.1              pyhd8ed1ab_0    conda-forge
archspec                  0.2.3              pyhd8ed1ab_0    conda-forge
argh                      0.31.3             pyhd8ed1ab_0    conda-forge
async-timeout             4.0.3              pyhd8ed1ab_0    conda-forge
attrs                     24.2.0             pyh71513ae_0    conda-forge
backoff                   2.2.1              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
bioconda-utils            3.3.1              pyh7cba7a3_0    bioconda
bleach                    6.1.0              pyhd8ed1ab_0    conda-forge
boa                       0.17.0             pyhd8ed1ab_3    conda-forge
boltons                   24.0.0             pyhd8ed1ab_0    conda-forge
brotli-python             1.1.0           py310hc6cd4ac_1    conda-forge
bzip2                     1.0.8                h4bc722e_7    conda-forge
c-ares                    1.32.3               h4bc722e_0    conda-forge
ca-certificates           2024.7.4             hbcca054_0    conda-forge
cachetools                5.3.3              pyhd8ed1ab_0    conda-forge
certifi                   2024.7.4           pyhd8ed1ab_0    conda-forge
cffi                      1.17.0          py310h2fdcea3_0    conda-forge
chardet                   5.2.0           py310hff52083_1    conda-forge
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
cheetah3                  3.2.6.post2     py310h2372a71_4    conda-forge
click                     8.1.7           unix_pyh707e725_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
colorlog                  6.8.2           py310hff52083_0    conda-forge
conda                     24.5.0          py310hff52083_0    conda-forge
conda-build               24.5.1          py310hff52083_0    conda-forge
conda-forge-pinning       2024.06.01.05.54.15      hd8ed1ab_0    conda-forge
conda-index               0.4.0              pyhd8ed1ab_0    conda-forge
conda-libmamba-solver     24.1.0             pyhd8ed1ab_0    conda-forge
conda-package-handling    2.3.0              pyh7900ff3_0    conda-forge
conda-package-streaming   0.9.0              pyhd8ed1ab_0    conda-forge
containers-common         0.57.0               ha770c72_0    conda-forge
cryptography              43.0.0          py310h4909e49_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
deprecated                1.2.14             pyh1a96a4e_0    conda-forge
diskcache                 5.6.3              pyhd8ed1ab_0    conda-forge
distro                    1.9.0              pyhd8ed1ab_0    conda-forge
docutils                  0.21.2             pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.2              pyhd8ed1ab_0    conda-forge
filelock                  3.15.4             pyhd8ed1ab_0    conda-forge
findutils                 4.6.0             h166bdaf_1001    conda-forge
fmt                       10.2.1               h00ab1b0_0    conda-forge
frozendict                2.4.4           py310hc51659f_0    conda-forge
frozenlist                1.4.1           py310h2372a71_0    conda-forge
future                    1.0.0              pyhd8ed1ab_0    conda-forge
galaxy-tool-util          24.1.1             pyhd8ed1ab_0    conda-forge
galaxy-util               24.1.1             pyhd8ed1ab_0    conda-forge
gettext                   0.22.5               h59595ed_2    conda-forge
gettext-tools             0.22.5               h59595ed_2    conda-forge
gidgethub                 5.3.0              pyhd8ed1ab_1    conda-forge
git                       2.46.0          pl5321hb5640b7_0    conda-forge
gitdb                     4.0.11             pyhd8ed1ab_0    conda-forge
gitpython                 3.1.43             pyhd8ed1ab_0    conda-forge
gpgme                     1.18.0               h27087fc_0    conda-forge
h2                        4.1.0              pyhd8ed1ab_0    conda-forge
hpack                     4.0.0              pyh9f0ad1d_0    conda-forge
hyperframe                6.0.1              pyhd8ed1ab_0    conda-forge
icu                       75.1                 he02047a_0    conda-forge
idna                      3.7                pyhd8ed1ab_0    conda-forge
importlib_resources       6.4.0              pyhd8ed1ab_0    conda-forge
involucro                 1.1.3                ha8f183a_0    conda-forge
jinja2                    3.1.4              pyhd8ed1ab_0    conda-forge
joblib                    1.4.2              pyhd8ed1ab_0    conda-forge
json5                     0.9.25             pyhd8ed1ab_0    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
jsonpointer               3.0.0           py310hff52083_0    conda-forge
jsonschema                4.22.0             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
jupyter_core              5.7.2           py310hff52083_0    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.21.3               h659f571_0    conda-forge
ld_impl_linux-64          2.40                 hf3520f5_7    conda-forge
libaio                    0.3.113              h166bdaf_0    conda-forge
libarchive                3.7.4                hfca40fe_0    conda-forge
libasprintf               0.22.5               h661eb56_2    conda-forge
libasprintf-devel         0.22.5               h661eb56_2    conda-forge
libassuan                 2.5.7                h59595ed_0    conda-forge
libblas                   3.9.0           23_linux64_openblas    conda-forge
libcblas                  3.9.0           23_linux64_openblas    conda-forge
libcurl                   8.9.1                hdb1bdb2_0    conda-forge
libdevmapper              2.02.187             h7f98852_1    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 hd590300_2    conda-forge
libexpat                  2.6.2                h59595ed_0    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 14.1.0               h77fa898_0    conda-forge
libgettextpo              0.22.5               h59595ed_2    conda-forge
libgettextpo-devel        0.22.5               h59595ed_2    conda-forge
libgfortran-ng            14.1.0               h69a702a_0    conda-forge
libgfortran5              14.1.0               hc5f4f2c_0    conda-forge
libgomp                   14.1.0               h77fa898_0    conda-forge
libgpg-error              1.50                 h4f305b6_0    conda-forge
libiconv                  1.17                 hd590300_2    conda-forge
liblapack                 3.9.0           23_linux64_openblas    conda-forge
liblief                   0.14.1               hac33072_1    conda-forge
libmamba                  1.5.8                had39da4_0    conda-forge
libmambapy                1.5.8           py310h39ff949_0    conda-forge
libnghttp2                1.58.0               h47da74e_1    conda-forge
libnsl                    2.0.1                hd590300_0    conda-forge
libopenblas               0.3.27          pthreads_hac2b453_1    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsolv                   0.7.30               h3509ff9_0    conda-forge
libsqlite                 3.46.0               hde9e2c9_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-ng              14.1.0               hc0a3c3a_0    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libxcrypt                 4.4.36               hd590300_1    conda-forge
libxml2                   2.12.7               he7c6b58_4    conda-forge
libxslt                   1.1.39               h76b75d6_0    conda-forge
libzlib                   1.3.1                h4ab18f5_1    conda-forge
lxml                      5.2.2           py310h6a33d3d_0    conda-forge
lz4-c                     1.9.4                hcb278e6_0    conda-forge
lzo                       2.10              hd590300_1001    conda-forge
mamba                     1.5.8           py310h51d5547_0    conda-forge
markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.5           py310h2372a71_0    conda-forge
mdurl                     0.1.2              pyhd8ed1ab_0    conda-forge
menuinst                  2.1.1           py310hff52083_0    conda-forge
more-itertools            10.4.0             pyhd8ed1ab_0    conda-forge
multidict                 6.0.5           py310h2372a71_0    conda-forge
nbformat                  5.10.4             pyhd8ed1ab_0    conda-forge
ncurses                   6.5                  h59595ed_0    conda-forge
networkx                  3.3                pyhd8ed1ab_1    conda-forge
numpy                     2.0.1           py310hf9f9071_0    conda-forge
openssl                   3.3.1                h4bc722e_2    conda-forge
packaging                 24.1               pyhd8ed1ab_0    conda-forge
pandas                    2.2.2           py310hf9f9076_1    conda-forge
patch                     2.7.6             h7f98852_1002    conda-forge
patchelf                  0.17.2               h58526e2_0    conda-forge
pcre2                     10.44                h0f59acf_0    conda-forge
perl                      5.32.1          7_hd590300_perl5    conda-forge
pip                       24.2               pyhd8ed1ab_0    conda-forge
pkginfo                   1.11.1             pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.2.2              pyhd8ed1ab_0    conda-forge
pluggy                    1.5.0              pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.47             pyha770c72_0    conda-forge
prompt_toolkit            3.0.47               hd8ed1ab_0    conda-forge
psutil                    6.0.0           py310hc51659f_0    conda-forge
py-lief                   0.14.1          py310h76e45a6_1    conda-forge
pyaml                     24.4.0             pyhd8ed1ab_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycosat                   0.6.6           py310h2372a71_0    conda-forge
pycparser                 2.22               pyhd8ed1ab_0    conda-forge
pydantic                  2.8.2              pyhd8ed1ab_0    conda-forge
pydantic-core             2.20.1          py310h42e942d_0    conda-forge
pygithub                  2.3.0              pyhd8ed1ab_0    conda-forge
pygments                  2.18.0             pyhd8ed1ab_0    conda-forge
pyjwt                     2.9.0              pyhd8ed1ab_1    conda-forge
pynacl                    1.5.0           py310h2372a71_3    conda-forge
pyparsing                 3.1.2              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.10.14         hd12c33a_0_cpython    conda-forge
python-dateutil           2.9.0              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.20.0             pyhd8ed1ab_0    conda-forge
python-libarchive-c       5.1             py310hff52083_0    conda-forge
python-tzdata             2024.1             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    4_cp310    conda-forge
pytz                      2024.1             pyhd8ed1ab_0    conda-forge
pyyaml                    6.0.2           py310h5b4e0ec_0    conda-forge
readline                  8.2                  h8228510_1    conda-forge
referencing               0.35.1             pyhd8ed1ab_0    conda-forge
regex                     2024.7.24       py310h5b4e0ec_0    conda-forge
repoze.lru                0.7                        py_0    conda-forge
reproc                    14.2.4.post0         hd590300_1    conda-forge
reproc-cpp                14.2.4.post0         h59595ed_1    conda-forge
requests                  2.32.3             pyhd8ed1ab_0    conda-forge
requests-toolbelt         1.0.0              pyhd8ed1ab_0    conda-forge
rich                      13.7.1             pyhd8ed1ab_0    conda-forge
ripgrep                   14.1.0               he8a937b_0    conda-forge
routes                    2.5.1              pyhd8ed1ab_0    conda-forge
rpds-py                   0.20.0          py310h42e942d_0    conda-forge
ruamel.yaml               0.18.6          py310h2372a71_0    conda-forge
ruamel.yaml.clib          0.2.8           py310h2372a71_0    conda-forge
setuptools                72.1.0             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
skopeo                    1.15.2               ha8fb2ca_0    conda-forge
smmap                     5.0.0              pyhd8ed1ab_0    conda-forge
sniffio                   1.3.1              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
termcolor                 2.4.0              pyhd8ed1ab_0    conda-forge
tk                        8.6.13          noxft_h4845f30_101    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tqdm                      4.66.5             pyhd8ed1ab_0    conda-forge
traitlets                 5.14.3             pyhd8ed1ab_0    conda-forge
truststore                0.8.0              pyhd8ed1ab_0    conda-forge
typing-extensions         4.12.2               hd8ed1ab_0    conda-forge
typing_extensions         4.12.2             pyha770c72_0    conda-forge
tzdata                    2024a                h0c530f3_0    conda-forge
uritemplate               4.1.1              pyhd8ed1ab_0    conda-forge
urllib3                   2.2.2              pyhd8ed1ab_1    conda-forge
watchgod                  0.8.2              pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
wheel                     0.44.0             pyhd8ed1ab_0    conda-forge
whoosh                    2.7.4           py310hff52083_8    conda-forge
wrapt                     1.16.0          py310h2372a71_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yaml-cpp                  0.8.0                h59595ed_0    conda-forge
yarl                      1.9.4           py310h2372a71_0    conda-forge
yaspin                    2.2.0              pyhd8ed1ab_0    conda-forge
zipp                      3.19.2             pyhd8ed1ab_0    conda-forge
zipstream-new             1.1.8              pyhd8ed1ab_0    conda-forge
zstandard                 0.23.0          py310h64cae3c_0    conda-forge
zstd                      1.5.6                ha6fb4c9_0    conda-forge

Additional Context

No response

@KasperSkytte KasperSkytte added the type::bug describes erroneous operation, use severity::* to classify the type label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant