Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify development instructions regarding llvmlite dev releases #7354

Open
esc opened this issue Aug 30, 2021 · 6 comments
Open

Clarify development instructions regarding llvmlite dev releases #7354

esc opened this issue Aug 30, 2021 · 6 comments
Labels
bug - documentation incorrect documentation is incorrect or missing something important

Comments

@esc
Copy link
Member

esc commented Aug 30, 2021

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.

@esc esc added the bug - documentation incorrect documentation is incorrect or missing something important label Aug 30, 2021
@sgbaird
Copy link
Contributor

sgbaird commented Sep 3, 2021

This got rid of the error for me. Is this correct? (Source)
conda install -c numba/label/ci_llvmlite_0.38 llvmlite

@sgbaird
Copy link
Contributor

sgbaird commented Sep 3, 2021

Also, to improve the searchability of this issue, here is the text version of the error:

ImportError: Numba requires at least version 0.38.0 of llvmlite.
Installed version is 0.37.0.
Please update llvmlite.

@esc
Copy link
Member Author

esc commented Sep 6, 2021

@sgbaird thank you for looking into this. I am not sure where the ci_llvmlite_0.38 channel came from. IIRC development releases of llvmlite can be obtained from the numba/label/dev channel on anaconda.org.

@esc
Copy link
Member Author

esc commented Sep 6, 2021

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

@FirefoxMetzger
Copy link

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

@esc
Copy link
Member Author

esc commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - documentation incorrect documentation is incorrect or missing something important
Projects
None yet
Development

No branches or pull requests

3 participants