Closed larrykvit closed 4 years ago
Updating numba will make this issue go away.
Thanks, that worked!
Just a note - the clifford package installs the older numba package by default (and updating numba to the newer package shows a warning).
ERROR: clifford 1.2.0 has requirement numba==0.45.1, but you'll have numba 0.48.0 which is incompatible.
Thanks. We're aware of that, and it's fixed in master (and 1.3.0dev1 on pypi).
We should have a new release out soon.
Setup: Windows 10, clean install of Python3.8, no other packages installed. Installed clifford via pip.
Tried to import clifford.pga, and get an error (shown bellow). All other predefined algebras give the same error.
Trying to define my own algebra using clifford.Cl(), gives the same error.
`
File "....\program files\python38\lib\site-packages\sparse_coo\umath.py", line 71: def _match_arrays(a, b): # pragma: no cover