chemcoord icon indicating copy to clipboard operation
chemcoord copied to clipboard

Numba cache bug for conda package

Open mcocdawc opened this issue 6 years ago • 2 comments

There are problems with the write permissions for caching numba jitted functions. https://github.com/numba/numba/issues/1771

To further complicate things: From my small testing this error appears only if one installs the module via conda. With pip install chemcoord the write permissions are correctly set. I have no clue why it works like this.

mcocdawc avatar Jun 28 '18 19:06 mcocdawc

This no longer seems to be an issue with conda. (And it seems with more recent versions of numba)

ghutchis avatar Jun 10 '23 23:06 ghutchis

That is great news. As soon as #75 is solved and we have a working conda-recipe and it indeed works with caching numba functions I will close this issue.

mcocdawc avatar Jun 19 '23 10:06 mcocdawc