We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Issue Resolved: $ python3 convert.py worked for me.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: