ImportError: No module named numpy

236 views
Skip to first unread message

leila karami

unread,
Aug 4, 2015, 5:22:05 AM8/4/15
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
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
Reply all
Reply to author
Forward
0 new messages