Dear Experts,
I generated LIG.str file using CGenFF for a specific molecule. I would like to use GROMACS package. I tried to convert LIG.str file to LIG.itp file. I tried as following command using cgenff_charmm2gmx.py:
I got following error:
Traceback (most recent call last):
File "./cgenff_charmm2gmx.py", line 47, in
import networkx as nx
ImportError: No module named networkx
How can I fix this error?
Please give me any advice.