I have installed LIGGGHTS in windows with the procedure outlined in https://github.com/CFDEMproject/LIGGGHTS-PUBLIC/wiki/Installing-LIGGGHTS.... LIGGGHTS is working properly.
I have also installed lpp with the following procedure:
1. git clone https://github.com/CFDEMproject/LPP.git
2. Also, written proper alias in the .bashrc file found in C:\cygwin64\home\Administrator
alias lpp="python $HOME/LPP/src/lpp.py"
But while running lpp in the cygwin terminal... then I receive this error.
Administrator@FUJITSU-PC ~
$ lpp
Traceback (most recent call last):
File "/cygdrive/c/LPP/LPP/src/lpp.py", line 7, in
from dump import dump
File "/cygdrive/c/LPP/LPP/src/dump.py", line 194, in
import Numeric as np
ImportError: No module named Numeric
Can you please guess why this is happening. Tried with all options of python and numpy installation but didn't work.
Thanks in advance.
angelmonsalve | Sun, 08/16/2015 - 04:35
Numpy
Hi, maybe it's too late, but just in case. You have to install python's Numpy packages, but be consistent with your python version, this of course using Cygwin setup. That solves the problem immediately. Hope it works for you
Angel
Vu Viet Dung | Thu, 11/26/2015 - 00:27
Numpy install
Hi,
Sr , I'm same situation.
Angel, he say that he tried with these options of python and Numpy files but the software didn't work as he would.
someone can help me to deal with this same state ?
Thks advance
VU