Closed AdamLusvith closed 2 years ago
Yeah, it simply can't find the single-precision FFTW libraries. You can see where that lives by doing ldd
on realfft
from your PRESTO install (for instance). And then put that library path into the presto_library_dirs
list in setup.py
.
Yeah, it simply can't find the single-precision FFTW libraries. You can see where that lives by doing
ldd
onrealfft
from your PRESTO install (for instance). And then put that library path into thepresto_library_dirs
list insetup.py
.
It works! Thank you for your help |・ω・`)
Hello scott, I got an issue when I'm trying do 'pip3 install .' to install python package, but then I got an error:
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for presto Failed to build presto ERROR: Could not build wheels for presto, which is required to install pyproject.toml-based projects
It it seems like I have problem about fftw3, but I test my fftw path it works well, gcc is able to compile file using the fftw library. So is there any way to deal with this error?