TITAN
TITAN copied to clipboard
Problem with paccmann_predictor
Hi, I installed all the prerequisites of TITAN, also paccmann_predictor, to train the titan model. But I have this issue with the paccmann_predictor package. Can you help me?
(titan) $ python3 scripts/flexible_training.py name_of_training_data_files.csv name_of_testing_data_files.csv path_to_tcr_file.csv path_to_epitope_file.csv/.smi path_to_store_trained_model path_to_parameter_file training_name bimodal_mca
Traceback (most recent call last):
File "/opt/tools/deg/TITAN/scripts/flexible_training.py", line 12, in <module>
from paccmann_predictor.models import MODEL_FACTORY
ModuleNotFoundError: No module named 'paccmann_predictor'
(titan) $ python
Python 3.13.3 | packaged by conda-forge | (main, Apr 14 2025, 20:44:03) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import paccmann_predictor
>>> from paccmann_predictor.models import MODEL_FACTORY
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
from paccmann_predictor.models import MODEL_FACTORY
ModuleNotFoundError: No module named 'paccmann_predictor.models'
>>>