K
K
Kapsamun Artem2021-11-25 12:02:51
pip
Kapsamun Artem, 2021-11-25 12:02:51

The numba library is not installed. How to decide?

The numba library is not installed. How to decide?
Error code:

Building wheels for collected packages: numba, llvmlite
  Building wheel for numba (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\Artem\AppData\Local\Programs\Python\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Temp\\pip-install-qlprkzsk\\numba_96932f9baae94d7ba45e5dbd93a1a389\\setup.py'"'"'; __file__='"'"'C:\\Temp\\pip-install-qlprkzsk\\numba_96932f9baae94d7ba45e5dbd93a1a389\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Temp\pip-wheel-iu3dfunm'
       cwd: C:\Temp\pip-install-qlprkzsk\numba_96932f9baae94d7ba45e5dbd93a1a389\
  Complete output (784 lines):
  TBB not found

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andy_U, 2021-11-26
@Art5

According to pypi.org this package is binary compatible with Python >=3.7, <3.10. And from source codes it will not be possible to collect for 3.10. See github issue .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question