Install error: can't install llvmlite

Hello,
Im trying to install rhasppy on my Pi3B+ but with

make install

I get:
Downloading https://www.piwheels.org/simple/rfc3986/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
Building wheels for collected packages: llvmlite
Building wheel for llvmlite (setup.py) ... error

FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config': 'llvm-config'

ERROR: Failed building wheel for llvmlite

Any idea ?

Thanks!

Dunno but guess

sudo apt-get install llvm

Then give it a go

Right guess! :slight_smile:

Now I have to deal with:
ERROR: Could not find a version that satisfies the requirement gruut~=0.5.0
ERROR: No matching distribution found for gruut~=0.5.0

But I think I am going to try a docker installation

Yeah had a hunch as librosa needs llvmlite and the guide I have installs llvm before, but dunno about the build.

Docker is easier