bigbio / bigbio/quantms

Package pkg_resources not found when running quantmsutilsc

Open
#685 5 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Nextflow
Stars
83
Forks
57
Avg merge
4h 14m
Merged PRs (30d)
1

Description

### Description of the bug

Thanks for the packages and workflows, very useful!

But I encountered this error when debugging a SDRF locally. quantmsutilsc was installed from pypi.

Running command and error:
```bash
>>> quantmsutilsc checksamplesheet --exp_design "samplesheet.sdrf.tsv" --is_sdrf --skip_factor_validation

Determination of memory status is not supported on this
platform, measuring for memoryleaks will never fail
Traceback (most recent call last):
File "/Users/apca/anaconda3/envs/quantmsutils/bin/quantmsutilsc", line 3, in
from quantmsutils.quantmsutilsc import main
File "/Users/apca/anaconda3/envs/quantmsutils/lib/python3.14/site-packages/quantmsutils/quantmsutilsc.py", line 4, in
from quantmsutils.diann.dianncfg import dianncfg
File "/Users/apca/anaconda3/envs/quantmsutils/lib/python3.14/site-packages/quantmsutils/diann/dianncfg.py", line 12, in
from sdrf_pipelines.openms.unimod import UnimodDatabase
File "/Users/apca/anaconda3/envs/quantmsutils/lib/python3.14/site-packages/sdrf_pipelines/openms/unimod.py", line 4, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'>
```

### Command used and terminal output

```console

```

### Relevant files

_No response_

### System information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.