Closed bngcebetsha closed 2 months ago
Post the output of pip freeze
here please
when I print out the value of pol
I get: unicode_type
.
Output of pip freeze
attached
pip_freeze.txt
Ah, I can reproduce. Triggered in numba==0.60
. I'll try get a fix in asap. You can downgrade numba to 0.59.1 for a workaround
Looks like this issue can be closed too
Please leave it open. Something subtle has changed when using overload with literals. I'm using literally
(liberally) but still running into issues with numba==0.60.0
. I've pinned numba for the time being, will take a closer look tomorrow
Adding prefer_literal=True
to the overload function fixes the problem thanks @sjperkins. I've unpinned numba and will close this once I've merged the latest dev branch
I was running:
This ran for almost 2 minutes and then threw this exception: