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

[FEATURE REQUEST] Add full support for Python 3.9 #64

Closed
btjanaka opened this issue Jan 29, 2021 · 0 comments · Fixed by #84
Closed

[FEATURE REQUEST] Add full support for Python 3.9 #64

btjanaka opened this issue Jan 29, 2021 · 0 comments · Fixed by #84
Labels
enhancement New feature or request

Comments

@btjanaka
Copy link
Member

btjanaka commented Jan 29, 2021

Description

Currently, numba does not work with Python 3.9 (numba/numba#6345), so we cannot support it yet.

This is due to numba/llvmlite#669. Since Python 3.9 wheels are not available for llvmlite, CI/CD is trying to build the wheels, but is unable to due to lack of llvm. This should be resolved in a few weeks. For now, Python 3.9 will only work if users can build the llvmlite wheel on their own -- for this, they will need to have the llvm libraries installed.

@btjanaka btjanaka added the enhancement New feature or request label Jan 29, 2021
@btjanaka btjanaka mentioned this issue Jan 30, 2021
7 tasks
@btjanaka btjanaka changed the title [FEATURE REQUEST] Add support for Python 3.9. [FEATURE REQUEST] Add full support for Python 3.9. Jan 30, 2021
@btjanaka btjanaka changed the title [FEATURE REQUEST] Add full support for Python 3.9. [FEATURE REQUEST] Add full support for Python 3.9 Feb 3, 2021
@btjanaka btjanaka added this to the v0.4.0 milestone Feb 18, 2021
@btjanaka btjanaka removed this from the v0.4.0 milestone Mar 3, 2021
@btjanaka btjanaka mentioned this issue Mar 22, 2021
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant