Hi,
I have to find Average Binding Energy Calculation.
python MmPbSaStat.py -m energy_MM.xvg -p polar.xvg -a apolar.xvg
I have copied the MmPbSaStat.py from the tutorial.
I got this error:-
Traceback (most recent call last):
File "MmPbSaStat.py", line 40, in <module>
from scipy import stats
ImportError: No module named scipy
Although I have checked the scipy in my centos 7 by this command.
python -c "import scipy; print(scipy.__version__)"
I got this:- 0.19.1
When i have checked the pip version by "pip --version"
I got this:-
pip 9.0.1 from /opt/rh/rh-python35/root/usr/lib/python3.5/site-packages (python 3.5).
I have updated python, pip and scipy. Then why i am getting the error of no module named scipy.
I will be very obliged to you.