You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version of im2deep (im2deep==0.3.1), it is impossible to do from im2deep.calibrate import im2ccs.
You might want to fix it for compatibility with ms2rescore.
(veve) [matteo@pingu pipelines]$ /tmp/veve/bin/ms2rescore
2024-11-27 10:10:55.685477: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:477] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1732698655.702421 1157024 cuda_dnn.cc:8310] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1732698655.707394 1157024 cuda_blas.cc:1418] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
Traceback (most recent call last):
File "/tmp/veve/bin/ms2rescore", line 5, in <module>
from ms2rescore.__main__ import main
File "/tmp/veve/lib64/python3.11/site-packages/ms2rescore/__init__.py", line 16, in <module>
from ms2rescore.core import rescore # noqa: F401 E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/veve/lib64/python3.11/site-packages/ms2rescore/core.py", line 12, in <module>
from ms2rescore.feature_generators import FEATURE_GENERATORS
File "/tmp/veve/lib64/python3.11/site-packages/ms2rescore/feature_generators/__init__.py", line 10, in <module>
from ms2rescore.feature_generators.im2deep import IM2DeepFeatureGenerator
File "/tmp/veve/lib64/python3.11/site-packages/ms2rescore/feature_generators/im2deep.py", line 20, in <module>
from im2deep.calibrate import im2ccs
ImportError: cannot import name 'im2ccs' from 'im2deep.calibrate' (/tmp/veve/lib64/python3.11/site-packages/im2deep/calibrate.py)
Hi,
In the latest version of im2deep (
im2deep==0.3.1
), it is impossible to dofrom im2deep.calibrate import im2ccs
.You might want to fix it for compatibility with
ms2rescore
.That was not the case with
im2deep==0.2.0
.User requirements.
The text was updated successfully, but these errors were encountered: