I've cloned the repository and followed the three steps for PyWENO instalaltion, but after import numpy and import sympy, the command import pyweno lead to the following error:
>>> import pyweno Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyweno
I've cloned the repository and followed the three steps for PyWENO instalaltion, but after
import numpyandimport sympy, the commandimport pywenolead to the following error:>>> import pyweno Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyweno