PackageUtils.NumbaUtils

PackageUtils.NumbaUtils#

PackageUtils.NumbaUtils.py

get_ready_for_numba()#

Prepare the environment for Numba. Without this function, Numba will create a cache directory in the package directory and it will cause a problem when it is read-only, which is the case when the package using numba, e.g., pybaselines, has been installed with the admin privilege. (as of numba 0.61.0)