Closed hubertrybka closed 3 months ago
The issue seems to be with the Python version 3.10, which is recommended by official gmx_MMPBSA installation instructions to install when creating a new conda environment:
conda create -n gmxMMPBSA python=3.10 -y -q
Instead, do this:
conda create -n gmxMMPBSA python=3.9 -y -q
The installation of gmx_MMPBSA seems to have been successful with Python 3.9.
Thank you @hubertrybka. When I update the documentation with Python 3.10 it works as expected. It seems like the latest versions of Python 3.10 are incompatible
Bug summary
The error occurs when installing gmx_MMPBSA (
python -m pip install gmx_MMPBSA
) in a conda environment (both stable and development release). All dependencied were installed succesfully. I encountered the error on two separate machines, both running Ubuntu 22.04.4.Terminal output
gmx_MMPBSA.log
No gmx_MMPBSA.log - it's not yet installed
Operating system
Ubuntu 22.04.4
gmx_MMPBSA Version
No response
Python version
Python 3.10.14
Installation
conda AmberTools + pip