Problem with GromacsVersionError: Gromacs version should be 5.1.2 or newer 0 detected

Hi, I think this path:

‘/home/xxxx/.local/lib/python3.10/site-packages’,

Shouldn’t be there.

Hi,
I will try to understand why ‘/home/xxxx/.local/lib/python3.10/site-packages’ is wrongly
in sys.path.

thanks.

Saverio

Hi,
it is possible to make a conda installation requiring a different python version
from 3.10 as this can resolve the problem of the spurious path.

Thanks.

Saverio

Yes, you can force the python version adding the following line to the environment.yml file as a new dependency:

python==3.x