Failed to install llvmlite with Python 3.8 (pip)
See original GitHub issueHi, 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 😃
Issue Analytics
- State:
 - Created 4 years ago
 - Reactions:5
 - Comments:16 (8 by maintainers)
 

Top Related StackOverflow Question
easy_install llvmliteworks for me in Python 3.8.Closing as 3.8 support is complete. Thanks for the input all.