Skip to content

CI: No module named 'pkg_resources' #507

@victorlin

Description

@victorlin

This seemed to have turned from a warning into an error between yesterday and today, likely due to upstream dependency changes.

  File "/Users/runner/miniconda3/envs/test/lib/python3.10/site-packages/snakemake/scheduler.py", line 758, in job_selector_ilp
    from stopit import ThreadingTimeout as Timeout, TimeoutException
  File "/Users/runner/miniconda3/envs/test/lib/python3.10/site-packages/stopit/__init__.py", line 10, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Only two jobs are affected: test-dist with Python 3.10 on ubuntu-latest and macos-latest.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions