Skip to content

Conversation

@victorlin
Copy link
Member

Description of proposed changes

Python 3.10 resolves to an unfortunate combination of (1) early versions of Snakemake which are reliant on pkg_resources from setuptools and (2) later versions of setuptools which no longer provide pkg_resources.

This is mostly an issue with stopit (a Snakemake dependency) lacking an upper pin on setuptools, but we can use this workaround in the meantime.

Related issue(s)

Closes #507

Checklist

  • Checks pass
  • Update changelog N/A, testing change

Python 3.10 resolves to an unfortunate combination of (1) early versions
of Snakemake which are reliant on pkg_resources from setuptools and (2)
later versions of setuptools which no longer provide pkg_resources.

This is mostly an issue with stopit (a Snakemake dependency) lacking an
upper pin on setuptools, but we can use this workaround in the meantime.
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.

CI: No module named 'pkg_resources'

1 participant