Numba fails to install on python3.6.9
See original GitHub issueI was trying to run Voxelnet ROS package. Numba was one of the package dependencies. My OS: Ubuntu 18.04 My python version is 3.6.9 so I run
pip3 install numba
add encountered with this error “Failed building wheel for numba”
As per my understanding numba depends on llvmlite, I was able to install llvmlite 0.32.0 version separately but when installing numba it creates problem.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Error when install numba by pip · Issue #5855 - GitHub
I have the following error when trying to install by pip install numba on Ubuntu 16.04. Could you show me how to fix...
Read more >Installation — Numba 0.50.1 documentation
Installing from source Installing Numba from source is fairly straightforward (similar to other Python packages), but installing llvmlite can be quite ...
Read more >Installing numba for python - Stack Overflow
I am trying to install numba for python but after following the instruction from the homepage I got this error that the extension_types...
Read more >How to install Python 3 on Red Hat Enterprise Linux
This article shows how to install Python 3, pip , venv , virtualenv , and pipenv on Red Hat Enterprise Linux 7. After...
Read more >How To Install Python 3 and Set Up a Programming ...
This tutorial will get your Ubuntu 20.04 server set up with a Python 3 programming environment. Programming on a server has many advantages ......
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
@arjunskumar I am glad it worked out, thanks for reporting back.
@esc Able to install
numba
after upgrading the pip.Thanks for your time