Skip to content

fix: bump BIOCONDA_UTILS_TAG to v3.9.2#80

Merged
bgruening merged 1 commit intobioconda:masterfrom
ze97286:bump-bioconda-utils-tag
Feb 9, 2026
Merged

fix: bump BIOCONDA_UTILS_TAG to v3.9.2#80
bgruening merged 1 commit intobioconda:masterfrom
ze97286:bump-bioconda-utils-tag

Conversation

@ze97286
Copy link
Contributor

@ze97286 ze97286 commented Feb 9, 2026

Summary

  • Bump BIOCONDA_UTILS_TAG from v3.9.1 to v3.9.2

Problem

setuptools 82.0.0 (now on conda-forge) removed the pkg_resources module. bioconda-utils v3.9.1 imports pkg_resources in utils.py:43, causing all fresh CircleCI ARM builds to fail with:

ModuleNotFoundError: No module named 'pkg_resources'

Fix

v3.9.2 (released 2026-01-09) includes PR bioconda/bioconda-utils#1058 which removes the deprecated pkg_resources usage.

v3.9.2 removes the deprecated pkg_resources import that breaks
with setuptools >=82, which removed the pkg_resources module.
This is currently breaking all CircleCI ARM builds.
@bgruening bgruening merged commit 43cad48 into bioconda:master Feb 9, 2026
2 checks passed
@bgruening
Copy link
Member

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants