maurerv / pyzernike

3D Zernike Descriptors for Python
GNU General Public License v2.0
2 stars 1 forks source link

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects #1

Open postnubilaphoebus opened 1 month ago

postnubilaphoebus commented 1 month ago

Hello,

Thanks for providing this Python interface for the C-library, it could potentially be quite helpful for me. I've been willing to install pyzernike on a mac with Python 3.10.0 installed via pyenv. However, I am confronted with the error message "ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects". I already ran the brew command "brew install llvm libomp" before installing your package using pip. Do you have any suggestions?

maurerv commented 1 month ago

Hi,

Sorry to hear you are having trouble with the installation. I have no experience with pyenv, but I managed to install pyzernike on a local Python 3.10.14 on my Mac. Perhaps the build system is not working as intended. Could you please share the entire installation log?