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.

Clarify development instructions regarding llvmlite dev releases

See original GitHub issue

As per Gitter:

Screen Shot 2021-08-30 at 10 56 13

We need to update the instructions at:

https://numba.readthedocs.io/en/latest/developer/contributing.html#build-environment?

So as to include installing an llvmlite release from. numba/label/dev.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
esccommented, Sep 6, 2021

the label on anaconda.org: ci_llvmlite_0.38 was removed, it was a temporary storage for some experimental packages.

0reactions
esccommented, Sep 9, 2021

I ran into the same issue while setting up a dev environment (new to numba, and preparing my first PR 😄). I guess the correct instruction to fix this is to use the dev channel as suggested by @esc ?

conda install -c numba/label/dev llvmlite

Yes, that is one correct way to obtain developmental releases of llvmlite.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — llvmlite 0.40.0dev0-48-ged0f625-dirty ...
Numba is the compiler package, this depends on llvmlite. ... Development releases are built from the Git main branch and uploaded to the ......
Read more >
Unable to install llvmlite in pip on Apple Silicon Mac (M1) #693
I'm having problems installing llvmlite from pip on MacOS Big Sur. ... Instructions for obtaining a Python 3.9 development build can be ...
Read more >
llvmlite failed to install. Error building llvmlite - Stack Overflow
Go to here and download llvmlite package for your python version, e.g. llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl for Python 3.9.
Read more >
pyinstaller 3.4 - PyPI
PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in...
Read more >
llvmlite Documentation - Read the Docs
Binary wheels are also available for installation from PyPI: pip install llvmlite. Development releases of binary wheels are not made ...
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