regel / loudml

Loud ML is the first open-source AI solution for ICT and IoT automation
Other
294 stars 92 forks source link

Possible rpm packaging issue for EL8 #688

Open mdetrano opened 2 years ago

mdetrano commented 2 years ago

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 .