Note that the update has been postponed to land in 0.53, which is tagged for RC in "early 2021". Probably it is a good idea to look into the git version in the meanwhile...
Search Criteria
Package Details: python-numba 0.52.0-1
Git Clone URL: | https://aur.archlinux.org/python-numba.git (read-only, click to copy) |
---|---|
Package Base: | python-numba |
Description: | NumPy aware dynamic Python compiler using LLVM |
Upstream URL: | http://numba.pydata.org/ |
Licenses: | |
Submitter: | mschu |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 39 |
Popularity: | 1.23 |
First Submitted: | 2014-05-10 20:33 |
Last Updated: | 2020-12-02 11:05 |
Dependencies (5)
- python-llvmlite<=0.36 (python-llvmlite-bin, python-llvmlite-git)
- python-llvmlite>=0.35.0 (python-llvmlite-bin, python-llvmlite-git)
- python-numpy>=1.15 (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- cython (cython-kivy, cython-git) (make)
- python-scipy>=1.0.0 (python-scipy-mkl, python-scipy-mkl-bin) (optional)
Required by (39)
- data-science-python-meta
- python-bempp-cl
- python-chemview-git
- python-datashader
- python-einsteinpy (check)
- python-einsteinpy
- python-einsteinpy-doc-git (check)
- python-einsteinpy-git
- python-einsteinpy-git (check)
- python-fastparquet
- python-findatapy
- python-libpysal (optional)
- python-librosa
- python-loompy
- python-mnnpy
- python-ngmix-git
- python-ngmix-git (make)
- python-numba-roctools-git
- python-numpy-groupies (optional)
- python-numpy-quaternion (optional)
- python-opentsne
- python-poliastro (optional)
- python-poliastro (check)
- python-poliastro-doc (make)
- python-pynndescent
- python-pyntcloud (optional)
- python-pytorch_geometric
- python-pytorch_geometric-cuda
- python-quaternionic
- python-resampy
- python-sparse
- python-trackpy (optional)
- python-transonic (optional)
- python-umap-learn
- python2-chemview-git
- python2-ngmix-git (make)
- scanpy
- scanpy-git
- sigpy
Sources (1)
gboehl commented on 2020-12-15 17:32
bcb commented on 2020-12-02 11:12
Note that Python 3.9 is not fully supported due to bytecode changes, some code might work and other code fail. A 0.52.1 update is planned for "mid-December or before" with Python 3.9 support -- see https://github.com/numba/numba/issues/6345
a821 commented on 2020-09-03 07:54
sha256sums=('249f3b9cc3ceff0f18e328cf6c132b5eaed92c3c1c840d1fbd0823f4dbf7a126')
Kihra1 commented on 2020-09-02 18:21
==> Validating source files with sha256sums... numba-0.51.1.tar.gz ... FAILED
jlaehne commented on 2020-08-18 15:48
Your llvmlite<...
dependencies introduce circular dependency issues on upgrade. The old numba requires llmvmlite<0.34.0
, therefore llvmlite is not upgraded, while the upgrade is necessary to upgrade numba. Always have to force the upgrades with yay - can't you drop the llvmlite<0.35
dependency, or what is the motivation behind?
renordw commented on 2020-06-24 18:18
0.50.0 corresponds to:
sha256sums=('56d05be883c3ce978acf5ae4d513193bef826138f46737211f140ff6b026634a')
andalenavals commented on 2020-05-04 06:41
sha256sums=('b9b764785e91cafb6453f37349753a30f3f8e98c684b763449feedd0663463e7')
n8henrie commented on 2019-12-10 17:12
sha256 for 0.46 is incorrect
bcb commented on 2019-10-22 07:48
Dependency on python-llvmlite should be >= 0.30.0:
ImportError: Numba requires at least version 0.30.0 of llvmlite.
Installed version is 0.28.0.
Please update llvmlite.
bogeyman2007 commented on 2019-06-23 04:35
Hi,
Does anyone got the following error from numba when using LLVM 8?
Traceback (most recent call last):
File "fast_functions.py", line 6, in <module>
import numba
File "/usr/lib/python3.7/site-packages/numba/__init__.py", line 11, in <module>
from . import config, errors, _runtests as runtests, types
File "/usr/lib/python3.7/site-packages/numba/config.py", line 18, in <module>
import llvmlite.binding as ll
File "/usr/lib/python3.7/site-packages/llvmlite/binding/__init__.py", line 6, in <module>
from .dylib import *
File "/usr/lib/python3.7/site-packages/llvmlite/binding/dylib.py", line 4, in <module>
from . import ffi
File "/usr/lib/python3.7/site-packages/llvmlite/binding/ffi.py", line 154, in <module>
raise OSError("Could not load shared object file: {}".format(_lib_name))
OSError: Could not load shared object file: libllvmlite.so
This error is gone when I switch back to LLVM 7.
Pinned Comments
gboehl commented on 2020-12-15 17:32
Note that the update has been postponed to land in 0.53, which is tagged for RC in "early 2021". Probably it is a good idea to look into the git version in the meanwhile...
bcb commented on 2020-12-02 11:12
Note that Python 3.9 is not fully supported due to bytecode changes, some code might work and other code fail. A 0.52.1 update is planned for "mid-December or before" with Python 3.9 support -- see https://github.com/numba/numba/issues/6345