Hello Developer Team,
I am trying to install and run PharmD within a stable Conda/Docker environment. I have successfully resolved numerous complex dependency conflicts (Open Babel, RDKit, PLIP, CGRtools) and successfully built the Docker image with the pharmd package installed.
However, when running the main executable, I am encountering a critical missing dependency error:
Error Output:
_Traceback` (most recent call last):
File "/opt/conda/lib/python3.9/site-packages/pharmd/md2pharm.py", line 15, in
from PharmaContacts import (...)
ModuleNotFoundError: No module named 'PharmaContacts'
To complete the installation, could you please provide the new, active GitHub repository link for the PharmaContacts module, or an alternate source (e.g., PyPI package name, or the source files) that I can use?
Thank you very much for your time and assistance with this matter
Hello Developer Team,
I am trying to install and run PharmD within a stable Conda/Docker environment. I have successfully resolved numerous complex dependency conflicts (Open Babel, RDKit, PLIP, CGRtools) and successfully built the Docker image with the pharmd package installed.
However, when running the main executable, I am encountering a critical missing dependency error:
Error Output:
_Traceback` (most recent call last):
File "/opt/conda/lib/python3.9/site-packages/pharmd/md2pharm.py", line 15, in
from PharmaContacts import (...)
ModuleNotFoundError: No module named 'PharmaContacts'
To complete the installation, could you please provide the new, active GitHub repository link for the PharmaContacts module, or an alternate source (e.g., PyPI package name, or the source files) that I can use?
Thank you very much for your time and assistance with this matter