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.

Numba fails to install on python3.6.9

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
esccommented, Nov 18, 2020

@arjunskumar I am glad it worked out, thanks for reporting back.

0reactions
arjunskumarcommented, Nov 17, 2020

@esc Able to install numba after upgrading the pip.

Thanks for your time

Read more comments on GitHub >

github_iconTop 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 >

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