interp3d icon indicating copy to clipboard operation
interp3d copied to clipboard

Instructions in README not clear

Open baloe opened this issue 1 year ago • 0 comments

I followed the instructions in the README, i.e., I did a

python3 setup.py install

first, which produced sane output.

But when I run from interp3d import interp_3d, I still get

  File "/home/......../interp3d/interp_3d.py", line 1, in <module>
    from .interp import _interp3D
ModuleNotFoundError: No module named 'interp3d.interp'

baloe avatar Aug 22 '23 13:08 baloe