You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We enable caching of numba functions so we don't compile them every time. However, this is not "zip safe". Docker happens to install packages as zip files.
We enable caching of
numba
functions so we don't compile them every time. However, this is not "zip safe". Docker happens to install packages as zip files.We get this error.
Solution: Wait till
numba
0.57See numba/numba#4908.
Band-aid solution: set environment variable
NUMBA_CACHE_DIR=/tmp
@srib
The text was updated successfully, but these errors were encountered: