radiocosmology/cora

Unable to import cora.util

Closed this issue · 2 comments

Unable to import the cubicspline from cora.util module. I have facing the problem . Everytime show: ModuleNotFoundError: No module named 'cora.util'.

jrs65 commented

I don't have quite enough detail to see what's going on exactly, but this seems to be like an installation problem. How exactly did you install the package? Both pip install and python setup.py install (or develop) should work fine, but you'd want to check that they finished successfully, in particular that the binary modules were build (of which cubicspline is one).

Closing this as the original user account was deleted and it hasn't been reported elsewhere