Installation¶
Here we describe a series of more frequent reported problems related mainly to the installation process and their possible solutions.
I don't find amber.python executable
 Solution:¶
- Make sure that you have installed 
Ambertools20and sourced theamber.sh(zch)file - If you installed 
Ambertools20from conda, use that python executable 
I get an error related to MPI when I try to install gmx_MMPBSA
If you get an error like this:
error: Cannot compile MPI programs. Check your configuration!!!
Solution:¶
Please try installing/reinstalling the OpenMPI library like this:
 sudo apt install openmpi-bin libopenmpi-dev openssh-client
or this way
sudo apt install --reinstall openmpi-bin libopenmpi-dev openssh-client
I don't find the gmx_MMPBSA executable
Solution:¶
When I run gmx_MMPBSA I get this error ModuleNotFoundError: No module named 'parmed'
 Solution:¶
Please see this issue to see the solution
    2023-05-27     2023-05-27