manu12121999 / RemoveBG-GIMP

A small GIMP plugin to easily remove the Background of an Image with remove.bg. Keeps the image size and the original Image
128 stars 16 forks source link

removebackground does not show up in the GIMP Menu #8

Open raniaamina opened 2 years ago

raniaamina commented 2 years ago

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

manu12121999 commented 2 years ago

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

raniaamina commented 2 years ago

Thanks for answer. It may caused by gimp package from debian repository, some of gimp packages stilll depend on python2

just-smol commented 2 years ago

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

dmc2977 commented 1 year ago

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.