DeepETPicker/utils/misc.py", line 8, in <module>
from pycm.pycm_output import table_print, stat_print
ModuleNotFoundError: No module named 'pycm.pycm_output'
When pycm >= 4.1, the pycm.pycm_output(which is pycm_output.py in pycm library) renamed to output.py, which make incompatible with pycm >=4.1 so the limitation of pycm version is needed
https://pypi.org/project/pycm/
When pycm >= 4.1, the
pycm.pycm_output(which ispycm_output.pyin pycm library) renamed tooutput.py, which make incompatible with pycm >=4.1 so the limitation of pycm version is neededhttps://pypi.org/project/pycm/