Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numba requires a maximum version of 3.12 and I have 3.12.0 #9250

Closed
2 tasks done
BojkaV opened this issue Oct 22, 2023 · 1 comment
Closed
2 tasks done

Numba requires a maximum version of 3.12 and I have 3.12.0 #9250

BojkaV opened this issue Oct 22, 2023 · 1 comment

Comments

@BojkaV
Copy link

BojkaV commented Oct 22, 2023

Reporting a bug

  • I have tried using the latest released version of Numba (most recent is
    visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
  • I have included a self contained code sample to reproduce the problem.
    i.e. it's possible to run as 'python bug.py'.

I tried to use a python program that required Numba and yk i typed "pip install numba". Note that my version from running "python --version is 3.12.0". When I do this the final error message is RuntimeError: Cannot install on Python version 3.12.0; only versions >=3.8,<3.12 are supported.
[end of output]

I suppose that 3.12.0 and 3.12 are the same thing. Atleast I found it in the Python Docs. And because of this issue I can't use the program. The program I'm trying to use is RVC-GUI

@esc
Copy link
Member

esc commented Oct 23, 2023

@BojkaV thank you for reporting this. Numba does not yet support Python 3.12: #9197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants