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

OSError: Could not load shared object file: llvmlite.dll (Version 0.35.0 on win32 Python 3.7) #663

Closed
pearu opened this issue Dec 2, 2020 · 5 comments
Labels
needtriage Needs to be triaged further

Comments

@pearu
Copy link
Contributor

pearu commented Dec 2, 2020

Raised in https://ci.appveyor.com/project/pearu/rbc-mnh7b/builds/36612298

Notice that https://pypi.org/simple/llvmlite/ does not contain llvmlite-0.35.0-cp37-cp37-win32.whl and hence the llvmlite tar-ball is used under Win32. Could the error be due to the lack of llvmlite wheel for Win32 Python 3.7?

@pearu
Copy link
Contributor Author

pearu commented Dec 2, 2020

Confirming that the issue exists with numba 0.52 and llvmlite 0.35 (when pip uses tar-balls) but not with numba 0.51 and llvmlite 0.34 (when pip uses wheels).

@stuartarchibald
Copy link
Contributor

Could be some failed uploads for wheels, will take a look.

@stuartarchibald
Copy link
Contributor

Think @esc has just fixed it.

@pearu
Copy link
Contributor Author

pearu commented Dec 2, 2020

Thanks, @stuartarchibald @esc ! I confirm that the issue is fixed.

@pearu pearu closed this as completed Dec 2, 2020
@stuartarchibald
Copy link
Contributor

Great, thanks for confirming.

@esc esc added the needtriage Needs to be triaged further label Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needtriage Needs to be triaged further
Projects
None yet
Development

No branches or pull requests

3 participants