-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I am getting the following error when I try to install using the PyPI package:
$ pip install omark
...
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-7w1t_vv2/numba_98834001f5d44d129c594eaf45126ad3/setup.py", line 51, in <module>
_guard_py_ver()
File "/tmp/pip-install-7w1t_vv2/numba_98834001f5d44d129c594eaf45126ad3/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]
Is there anything specific that requires the python version to be <3.11? Can the requirements be amended to include python versions above 3.11 as well?
Metadata
Metadata
Assignees
Labels
No labels