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.

No Python 3.5 Wheel on PyPI

See original GitHub issue

The latest version of llvmlite on PyPI doesn’t have any wheels for Python 3.5. This means if someone tries to install llvmlite in a Python 3.5 environment, it will fail unless they happen to also have llvm-config installed.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:27 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
astrojuanlucommented, Jun 10, 2020

@jckjhns Please try pip install llvmlite --prefer-binary

4reactions
seibertcommented, Mar 13, 2019

We stopped making wheels for Python 3.5 some time ago, but it is clear we need to start again. The next release of numba (0.43) and llvmlite (0.28) are in process now and will include Python 3.5 wheels.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3.5 wheels on pypi · Issue #11275 - GitHub
I noticed the comment on the announcement that "pypi is not accepting 3.5 wheels". I've uploaded quite a few 3.5 wheels to pypi...
Read more >
wheel - PyPI
This library is the reference implementation of the Python wheel ... that wheel is not intended to be used as a library, and...
Read more >
How to install, download and build Python wheels - ActiveState
Assuming you don't first need to install Python from python.org, you can install a wheel by running the following command: pip install < ......
Read more >
What Are Python Wheels and Why Should You Care?
What's more important from the user's perspective is that there's no build stage when pip finds a compatible wheel on PyPI. From the...
Read more >
Installing Packages - Python Packaging User Guide - Python.org
Additionally, it will install setuptools and wheel if they're not installed already. Warning. Be cautious if you're using a Python install that's managed...
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