You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to g_mmpbsa Mailing List
Dear all
When I use
python MmPbSaStat.py -m energy_MM.xvg -p polar.xvg -a apolar.xvg
I encountered with:
Traceback (most recent call last):
File "MmPbSaStat.py", line 39, in <module>
import numpy as np
ImportError: No module named numpy
How to solve this issue?
Any help will highly appreciated.
g_mmpbsa Mailing List
unread,
Aug 4, 2015, 5:36:07 AM8/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to g_mmpbsa Mailing List
This is because the version of Python installed on your system do not have the module "numpy". So you should install the "numpy" module for the version of python present in your system. You may find the download and installation instruction here: http://www.scipy.org/scipylib/download.html