ellc error when running inverse paper examples #817
Replies: 1 comment 3 replies
-
Welcome! There are definitely plenty of learning curves, but hopefully once you get comfortable with the basic concepts, things will start feeling more intuitive 🤞 Can you do Assuming that fails, then the problem is with the installation of ellc on your system (from the error message, it looks like the compiled fortran files are the issue). It looks like there are a few similar issues posted in the ellc repository that you might want to check out and see if any of the advice there helps in your case, or you can try opening a new issue there. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm very new to the amazing Phoebe 2.4 and I'm finding learning curves everywhere I look! I'd appreciate help with this issue I cannot seem to solve...
When running the inverse paper examples (http://phoebe-project.org/docs/2.4/examples/inverse_paper_examples) I get an error involving the ellc module. I have managed to 'pip install ellc' ok and I can 'import ellc' with no errors.
The error I get is :
"ImportError: ellc failed to load required lc and/or rv functions with error: DLL load failed while importing ellc_f: The specified module could not be found."
This occurs when I call:
b.run_compute(compute='fastcompute')
Many thanks
Ian
Beta Was this translation helpful? Give feedback.
All reactions