I have been testing with the one-liner used to run from my installation in the conda environment in my machine (running MacOS X) and get the following error
File "/Users/daviddesancho/opt/anaconda3/envs/martinisurf/lib/python3.14/site-packages/surfmartini/__main__.py", line 144, in main
import surfmartini.pipeline as module
File "/Users/daviddesancho/opt/anaconda3/envs/martinisurf/lib/python3.14/site-packages/surfmartini/pipeline.py", line 19, in <module>
from surfmartini.utils.pdb_rscb import load_clean_pdb
ModuleNotFoundError: No module named 'surfmartini.utils'
May it have to do with my setup (using an environment)?
I have been testing with the one-liner used to run from my installation in the conda environment in my machine (running MacOS X) and get the following error
May it have to do with my setup (using an environment)?