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-0.57.0rc1, llvmlite-0.40.0rc1: Numba requires at least version 14.0.0 of LLVM. Installed llvmlite is built against version 11.1.0. Please update llvmlite. #8908

Closed
2 tasks done
2-5 opened this issue Apr 18, 2023 · 1 comment
Labels
no action required No action was needed to resolve.

Comments

@2-5
Copy link

2-5 commented Apr 18, 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 using the latest prerelease version, numba-0.57.0rc1 with llvmlite-0.40.0rc1, on Windows 10 / Python 3.10 64 bit, but I get this error:

import numba as nb

ImportError: Numba requires at least version 14.0.0 of LLVM.
Installed llvmlite is built against version 11.1.0.
Please update llvmlite.
@2-5
Copy link
Author

2-5 commented Apr 18, 2023

Closing, known issue:

numba/llvmlite#929

@2-5 2-5 closed this as completed Apr 18, 2023
@stuartarchibald stuartarchibald added the no action required No action was needed to resolve. label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no action required No action was needed to resolve.
Projects
None yet
Development

No branches or pull requests

2 participants