rembg requires C++ runtime! #350
sema4hacker
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After successfully getting rembg to work on an older Windows 10 machine a few weeks ago, I spent an ENTIRE day trying to install it on a new Windows 11 machine, only to be thwarted by a misleading PIP INSTALL REMBG error message that a dependency of llvmlite was missing. After spending many hours on futile web searches and alternate installs trying to resolve the problem, it turns out Microsoft's C++ redistributable is required (which of course didn't happen to be present on a new machine). The only reason I got it to work is because I happened to finally remember that when trying to originally install it on Windows 10 at some point it (rembg?) gave me a message that a newer redistributable was required. Sure wish there was some way PIP could have told me it was missing altogether on my newer machine...
I hope this helps someone.
Beta Was this translation helpful? Give feedback.
All reactions