Hello! Just found this on twitter this morning, but can’t install the library on my M1 mac due to llvmlite build issues.
Furthest I got was installing llvm 11 with brew (couldn’t get 9 or 10 to install) but I’m still stuck here
4.0/ffi/build.py", line 185, in main
main_posix('osx', '.dylib')
File "/private/var/folders/pz/jb95j6mn2x11fjk65b4x7t0w0000gn/T/tmpv14k70ku/llvmlite-0.34.0/ffi/build.py", line 143, in main_posix
raise RuntimeError(msg)
RuntimeError: Building llvmlite requires LLVM 10.0.x or 9.0.x, got '11.1.0'. Be sure to set LLVM_CONFIG to the right executable path.
Read the documentation at http://llvmlite.pydata.org/ for more information about building llvmlite.
Is there a known workaround?