Skip to content

Support python >3.11 #12

@vkkodali

Description

@vkkodali

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions