Tests using float hashing fail on win32+Py3.10 for 0.55rc1
See original GitHub issueDetails are sparse at present but essentially the hashing algs for floats were updated to deal with a change in NaN
handling for Python 3.10. Tests that use this path on windows 32 are failing with a lowering error manifesting from llvmlite
, message is Type of #3 arg mismatch: i32 != i64
which usually indicates a intp
(platform int size) related problem.
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (14 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#7754 will track progress on NumPy 1.22 support.
numba
now installs clean from pip in my source Python source install on Fedora 35/python 3.10.1.Much appreciated!
also managed to install on M1 (MacOS 12.1)