pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem

Home Page:https://sparse.pydata.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numba dependency incompatible with Py3.11.

sebastienboussard opened this issue · comments

I got this error trying to install it
RuntimeError: Cannot install on Python version 3.11.2; only versions >=3.7,<3.11 are supported.

Can you post the full install log?

Collecting numba>=0.49
Using cached numba-0.56.4.tar.gz (2.4 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/_w/bzzyhshs3vzgj99llfclwnch0000gn/T/pip-install-4ffw6wd9/numba_25233822975c47c1a41d6378da312449/setup.py", line 51, in
_guard_py_ver()
File "/private/var/folders/_w/bzzyhshs3vzgj99llfclwnch0000gn/T/pip-install-4ffw6wd9/numba_25233822975c47c1a41d6378da312449/setup.py", line 48, in _guard_py_ver
raise RuntimeError(msg.format(cur_py, min_py, max_py))
RuntimeError: Cannot install on Python version 3.11.2; only versions >=3.7,<3.11 are supported.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.

Well, one of the dependencies of sparse called numba doesn't support Python 3.11 yet.

Upstream issue: numba/numba#8304, support added, pending final release.

The support is now present and a bug on our side resolved.