Stan Seibert

Results 146 comments of Stan Seibert

Aside from fixing the other bugs this use case has uncovered, we basically need to provide a way in nopython mode to cast datetime64 scalars to int64 scalars and back...

I think #1227 should fix the issue you saw when you ran the build with GitHub Actions. You might need to merge main into this branch to pick up the...

Which version of OS X are you using?

We are investigating this, and trying to reproduce this now.

We are puzzled that we have not been able to reproduce this (including a fresh install of macOS) on any system we have access to so far. As a very...

For those of you who solved the problem with Python 3.6, where did you install Python 3.6 from? Python.org? Anaconda? Something else?

OK, another followup here: We now have a system (macOS 10.13) where we can reproduce the issue. It seems to be a very strange interaction between the library search path...

OK, after trying a bunch of things and being shot down by System Integrity Protection, this is the best workaround we can come up with. Assuming you are seeing the...

OK, thanks for the followup. We'll need to apply the same fix to our Numba wheels as well.

The one difference I can see here is that while @stuartarchibald is installing icc_rt and numba with pip, he's still doing it inside a conda environment, instead of virtualenv. (They...