I installed using pip install . to my pyenv/miniconda3 setup.
I encountered this error:
from .utils.mass_calc import PeptideIonCalculator
ModuleNotFoundError: No module named 'pDeep.utils'
It turns out all the child folder modules were not installed.
Manually copy all the child folders to site-packages pDeep path fixed the problem.
Thanks for providing this awesome tool. Works fine with TF2.8