You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a problem installing Clawpack on my linux.
I have followed the process given here: https://www.clawpack.org/installing.html
(i've tried with pip, git or .tar solution, all give the same trouble)
I fixed the correct CLAW and FC variables.
Testing pyclaw with nosetest returns me OK so it's good. But when I when to run the first test euler_2d, i've a python error in setrun.py:
File "setrun.py", line 28, in setrun
from clawpack.clawutil import data
Same, in classic/tests, nosetests -sv returns me OK.
In classic/examples/acoustics_1d_example1,
make. exe correctly creates xclaw, but make .data returns the python error:
File "setrun.py", line 28, in setrun
from clawpack.clawutil import data
Any idea of the problem?
Thank you,
J.
The text was updated successfully, but these errors were encountered:
If Python cannot see the modules from the Python prompt this usually implies that the installation of clawpack was installed into an alternate version of Python. Do you know if you have multiple versions of Python on your machine? Anaconda for instance may cause this.
Hello,
I have a problem installing Clawpack on my linux.
I have followed the process given here: https://www.clawpack.org/installing.html
(i've tried with pip, git or .tar solution, all give the same trouble)
I fixed the correct CLAW and FC variables.
Testing pyclaw with nosetest returns me OK so it's good. But when I when to run the first test euler_2d, i've a python error in setrun.py:
File "setrun.py", line 28, in setrun
from clawpack.clawutil import data
Same, in classic/tests, nosetests -sv returns me OK.
In classic/examples/acoustics_1d_example1,
make. exe correctly creates xclaw, but make .data returns the python error:
File "setrun.py", line 28, in setrun
from clawpack.clawutil import data
Any idea of the problem?
Thank you,
J.
The text was updated successfully, but these errors were encountered: