RemoveBG-GIMP
RemoveBG-GIMP copied to clipboard
removebackground does not show up in the GIMP Menu
Hi, I try to use this plugis in Debian Sid with Gimp 2.10.24. All dependencies is installed correctly as your instruction but the menu doesn't show up in filter menu.
Requirement already satisfied: requests in ./gimpenv/lib/python3.9/site-packages (2.26.0)
Requirement already satisfied: certifi>=2017.4.17 in ./gimpenv/lib/python3.9/site-packages (from requests) (2021.5.30)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./gimpenv/lib/python3.9/site-packages (from requests) (1.26.6)
Requirement already satisfied: idna<4,>=2.5 in ./gimpenv/lib/python3.9/site-packages (from requests) (3.2)
Requirement already satisfied: charset-normalizer~=2.0.0 in ./gimpenv/lib/python3.9/site-packages (from requests) (2.0.4)
[update] here is what i get when i try to run Gimp via terminal:
$ gimp-2.10
Traceback (most recent call last):
File "/home/sherlock/.config/GIMP/2.10/plug-ins/remove_background.py", line 8, in <module>
from gimpfu import *
ModuleNotFoundError: No module named 'gimpfu'
gimp-2.10: LibGimpBase-WARNING: gimp-2.10: gimp_wire_read(): error
Hope it helpful to trace the problem
For me, this sounds more like a general problem with python scripts. Maybe take a look at https://gitlab.gnome.org/GNOME/gimp/-/issues?scope=all&state=all&search=from+gimpfu+import
Thanks for answer. It may caused by gimp package from debian repository, some of gimp packages stilll depend on python2
I am having this same issue, but I don't know anything about Python. I get requirements already satisfied in command, but nothing shows up in my filters. I don't seem to be able to run gimp from command like raniaamina. Is there a solution? edit: I should have included more details, I am using Win10 64, have Python 3.10.1 installed and am running Gimp 2.8.22
Also does not appear to work with gimp v2.10.32 under windows 11 after completing install as directed. No remove background option appears in filter menu. Tried with plugin in main gimp plugin folder and also personal plugin folder.