brinckmann / montepython_public

Public repository for the Monte Python Code
MIT License
92 stars 78 forks source link

Import clik erro #345

Closed JeremiasBezerra closed 8 months ago

JeremiasBezerra commented 9 months ago

Hello,

i'm testing if i can use Planck likelihood by running base2018TTTEEE.param, then i get this error: Cannot use clik wrapper (cause = 'libcfitsio.so.8: cannot open shared object file: No such file or directory') Cannot use clik_lensing wrapper (cause = 'libcfitsio.so.8: cannot open shared object file: No such file or directory') Here's an image: image Even following the Planck likelihood part (./waf configure --lapack_mkl=${MKLROOT} --install_all_deps and source bin/clik_profile.sh), when I try to import click, I get an error: image

brinckmann commented 9 months ago

Hi,

It looks like something went wrong with your Planck installation. You will likely have to reinstall it and pay attention o the output to understand what's going wrong. From your error I wonder if maybe it's not correctly finding or using cfitsio, which is necessary, so you might look into that.

Best, Thejs