mcocdawc / chemcoord

A python module for manipulating cartesian and internal coordinates.
GNU Lesser General Public License v3.0
72 stars 19 forks source link

Numba cache bug for conda package #55

Closed mcocdawc closed 5 months ago

mcocdawc commented 6 years ago

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.

ghutchis commented 1 year ago

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

mcocdawc commented 1 year ago

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.