-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] llvmlite fails building upon pip install #670
Comments
This issue is stale because it has been open for 30 days with no activity. |
Hi there, Thank you for reporting the installation issue with rembg. It seems like you're encountering a problem while trying to install llvmlite, which is required for numba, in your environment. Bug Description: When trying to install rembg using pip in a Python 3.10 environment, the installation fails with the following error messages: FileNotFoundError: llvm-config not found. Create a virtual environment with Python 3.10. OS Version: Mac OS Sonoma 14.6.1 Install LLVM: Ensure that LLVM is installed on your system. You can install it using Homebrew: |
Hello! This does not account for the fact though that it doesn't run on docker since I'm using the python3.10-slim image which is a debian image. Thanks though! |
llvmlite requires at most llvm@10, but sonoma only has llvm@11 and above 😡 |
Describe the bug
I've tried pip installing both on my docker container and my local machine and llvmlite does not build. Also already tried updating pip
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful pip install
Images
Input images to reproduce.
OS Version:
Mac OS Sonoma 14.6.1
Rembg version:
v2.0.59
Additional context
The text was updated successfully, but these errors were encountered: