analysiscenter/radio

Numba does not automatically install required version of llvmlite

kmader opened this issue · 2 comments

After pip installing radio, the numba library could not be imported because of an out-of-date llvmlite

ImportError: Numba requires at least version 0.21.0 of llvmlite.
Installed version is 0.13.0.
Please update llvmlite.

The issue appears to be fiex in the latest commits of the numba package but 0.36 still has the issue in 0.36.2

fixed in #4