llvmlite: Failed to install llvmlite with Python 3.8 (pip)
Hi, I first try to install numba with Python 3.8 … it went wrong. I seemed like there was a problem with llvmlite. Indeed, when trying to install llvmlite, alone It went wrong and I had the error:
ERROR: Command errored out with exit status 1: ‘C:\Python38\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’“‘C:\Users\\AppData\Local\Temp\pip-install-7u87xl57\llvmlite\setup.py’”’“‘; file=’”‘“‘C:\Users\\AppData\Local\Temp\pip-install-7u87xl57\llvmlite\setup.py’”’“';f=getattr(tokenize, '”‘“‘open’”’“‘, open)(file);code=f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file, ‘"’“‘exec’”’"‘))’ install --record ‘C:\Users\AppData\Local\Temp\pip-record-no_sgdu3\install-record.txt’ --single-version-externally-managed --compile Check the logs for full command output.
I simply use the command : pip install llvmlite.
- Operating System: Windows 10 Enterprise 1709
- Python version : 3.8
Am I doing something wrong ? Thank you in advance 😃
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 5
- Comments: 16 (8 by maintainers)
easy_install llvmliteworks for me in Python 3.8.Closing as 3.8 support is complete. Thanks for the input all.
Our target is to have a release candidate conda packages posted on December 19. We don’t typically put our release candidates on PyPI, so the PyPI wheels for the final release would appear slightly before or after the new year.
@eidalex thanks for asking about this. I believe that Numba (and probably also llvmlite) currently don’t support Python 3.8:
see also: https://twitter.com/numba_jit/status/1189933337391095808