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

removebackground does not show up in the GIMP Menu #8

Open
raniaamina opened this issue Sep 7, 2021 · 4 comments
Open

removebackground does not show up in the GIMP Menu #8

raniaamina opened this issue Sep 7, 2021 · 4 comments

Comments

@raniaamina
Copy link

raniaamina commented Sep 7, 2021

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
Copy link
Owner

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
Copy link
Author

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

@just-smol
Copy link

just-smol commented Jan 6, 2022

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
Copy link

dmc2977 commented Jan 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants