@alexeysikora

Не могу установить компилятор numba. Выдаёт ошибку. Что делать?

ERROR: Command errored out with exit status 1:
command: 'C:\Users\Алексей\AppData\Local\Programs\Python\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Алексей\\AppData\\Local\\Temp\\pip-install-efjulvj3\\llvmlite_842b0945ef6e4755be24f175a8e0a334\\setup.py'"'"'; __file__='"'"'C:\\Users\\Алексей\\AppData\\Local\\Temp\\pip-install-efjulvj3\\llvmlite_842b0945ef6e4755be24f175a8e0a334\\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'"'"'))' install --record 'C:\Users\Алексей\AppData\Local\Temp\pip-record-deifxcz2\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Алексей\AppData\Local\Programs\Python\Python310\Include\llvmlite'
cwd: C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\
Complete output (29 lines):
running install
C:\Users\Алексей\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
got version from file C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\llvmlite/_version.py {'version': '0.34.0', 'full': 'c5889c9e98c6b19d5d85ebdd982d64a03931f8e2'}
running build_ext
C:\Users\Алексей\AppData\Local\Programs\Python\Python310\python.exe C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py
Trying generator 'Visual Studio 15 2017 Win64'
Traceback (most recent call last):
File "C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py", line 191, in
main()
File "C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py", line 179, in main
main_win32()
File "C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py", line 88, in main_win32
generator = find_win32_generator()
File "C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py", line 76, in find_win32_generator
try_cmake(cmake_dir, build_dir, generator)
File "C:\Users\Алексей\AppData\Local\Temp\pip-install-efjulvj3\llvmlite_842b0945ef6e4755be24f175a8e0a334\ffi\build.py", line 28, in try_cmake
subprocess.check_call(['cmake', '-G', generator, cmake_dir])
File "C:\Users\Алексей\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 364, in check_call
retcode = call(*popenargs, **kwargs)
File "C:\Users\Алексей\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 345, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Алексей\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 966, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Алексей\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] Не удается найти указанный файл
error: command 'C:\\Users\\Алексей\\AppData\\Local\\Programs\\Python\\Python310\\python.exe' failed with exit code 1
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Алексей\AppData\Local\Programs\Python\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Алексей\\AppData\\Local\\Temp\\pip-install-efjulvj3\\llvmlite_842b0945ef6e4755be24f175a8e0a334\\setup.py'"'"'; __file__='"'"'C:\\Users\\Алексей\\AppData\\Local\\Temp\\pip-install-efjulvj3\\llvmlite_842b0945ef6e4755be24f175a8e0a334\\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'"'"'))' install --record 'C:\Users\Алексей\AppData\Local\Temp\pip-record-deifxcz2\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Алексей\AppData\Local\Programs\Python\Python310\Include\llvmlite' Check the logs for full command output.
  • Вопрос задан
  • 165 просмотров
Пригласить эксперта
Ответы на вопрос 1
@Andy_U
Русские буквы в пути
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы