regel / loudml

Loud ML is the first open-source AI solution for ICT and IoT automation

Home Page:https://loudml.io/guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible rpm packaging issue for EL8

mdetrano opened this issue · comments

I have installed loudml using the COPR repository following the documentation on en el8 based system (using Centos Stream 8 currently). The loudmld service does not run as packaged, failing with this error:

ImportError: /opt/venvs/loudml/lib/python3.6/site-packages/h5py/h5z.cpython-36m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned.

I can work around the issue by installing python3-h5py from the epel repository, and removing manually the directory: /opt/venvs/loudml/lib/python3.6/site-packages/h5py .