avramidis / sodecl

SODECL is a library of ordinary differential equation (ODE) and stochastic differential equation (SDE) solvers in OpenCL.
Other
10 stars 3 forks source link

No module named 'sodecl' #11

Closed boohann closed 4 years ago

boohann commented 4 years ago

Hi,

Do you know what this error could mean:

No module named 'sodecl'

I've gone through the installation process on Debian 10 with lsb being installed via alien. Everything seemed to install correctly.

Many thanks, Niall

avramidis commented 4 years ago

Did you try to run one of the python examples? When you build there is sodecl.py and a so library that is needed to run the python example. I will create better install docs.

boohann commented 4 years ago

Great, I'll look at that. Many thanks