You are not logged in.

#1 2024-02-18 15:28:27

Fuxino
Member
From: Slovakia
Registered: 2014-09-26
Posts: 187

[SOLVED]python-numba incompatible w/ python-llvmlite in the repository

The package python-numba has been updated to version 0.59.0-1, however this seems to be incompatible with the current version of python-llvmlite in the repository (0.41.0-1).

$ python
Python 3.11.7 (main, Jan 29 2024, 16:03:57) [GCC 13.2.1 20230801] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numba
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/numba/__init__.py", line 232, in <module>
    _ensure_llvm()
  File "/usr/lib/python3.11/site-packages/numba/__init__.py", line 168, in _ensure_llvm
    raise ImportError(msg)
ImportError: Numba requires at least version 0.42.0 of llvmlite.
Installed version is 0.41.0.
Please update llvmlite.

The previous version of python-numba (0.58.1-1) works fine.

I feel this should be a bug report, but I don't currently have an account on Gitlab.

EDIT: python-llvmlite has been updated, so now it works again.

Last edited by Fuxino (2024-02-18 19:18:20)


Arch + XMonad

Dotfiles: https://github.com/Fuxino/dotfiles

Online

Board footer

Powered by FluxBB