shirtsgroup / InterMol

Conversion tool for molecular simulations
MIT License
185 stars 53 forks source link

issue with import intermol.gromacs .... SyntaxError #385

Open kishantchem opened 2 years ago

kishantchem commented 2 years ago

nit-w@NITW:~/software/InterMol-master/new/InterMol/intermol$ python convert.py -h Traceback (most recent call last): File "convert.py", line 13, in import intermol.gromacs as gmx File "/usr/local/lib/python2.7/dist-packages/intermol-0.1.0-py2.7.egg/intermol/gromacs/init.py", line 112 logger.error(f'grompp failed with error code {proc.returncode} See {stderr_path}') ^ SyntaxError: invalid syntax

kishantchem commented 2 years ago

Issue Resolved: $ python3 convert.py worked for me.