No Python 3.5 Wheel on PyPI
See original GitHub issueThe 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:
- Created 5 years ago
- Comments:27 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@jckjhns Please try
pip install llvmlite --prefer-binaryWe 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.