question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to install llvmlite with Python 3.8 (pip)

See original GitHub issue

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 😃

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

55reactions
adamsolcommented, Nov 4, 2019

easy_install llvmlite works for me in Python 3.8.

4reactions
stuartarchibaldcommented, Jan 8, 2020

Closing as 3.8 support is complete. Thanks for the input all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

llvmlite failed to install. Error building llvmlite - Stack Overflow
So all steps for installing on Win Python 3.9 64-bit are: pip install llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl (.whl file from here). pip ...
Read more >
[Solved] Failed building wheel for llvmlite in Python | bobbyhadz
To solve the error "Failed building wheel for llvmlite", make sure you don't have an outdated version of `pip`, `setuptools` or `wheel` and...
Read more >
Installation — llvmlite 0.40.0dev0-48-ged0f625-dirty ...
This will inevitably fail as the llvmlite source distribution needs an appropriate LLVM installation to build. If you are using pip < 19.0 ......
Read more >
llvmlite - PyPI
A Lightweight LLVM Python Binding for Writing JIT Compilers. llvmlite is a project originally tailored for Numba's needs, using the following approach:.
Read more >
uninstall llvmlite - You.com | The AI Search Engine You Control
Cannot install librosa python, how can I uninstall llvmlite? ... To solve the error, run the pip install command with the ... Python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found