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
129 stars 16 forks source link

wont show #4

Closed darkralts closed 3 years ago

darkralts commented 3 years ago

on arch with gimp python and requests installed. pip install requests returns this Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: requests in /usr/lib/python3.8/site-packages (2.24.0) Requirement already satisfied: chardet>=3.0.2 in /usr/lib/python3.8/site-packages (from requests) (3.0.4) Requirement already satisfied: idna>=2.5 in /usr/lib/python3.8/site-packages (from requests) (2.10) Requirement already satisfied: urllib3>=1.21.1 in /usr/lib/python3.8/site-packages (from requests) (1.25.9) it doesnt show up in the filters menu

manu12121999 commented 3 years ago

I'm not sure about this but maybe you need python 2.7 or the file is not made executable. Otherwise, I don't know, sorry.

darkralts commented 3 years ago

I'll try both thanks! :D

On Tue., Jul. 21, 2020, 3:46 p.m. manu12121999 notifications@github.com wrote:

I'm not sure about this but maybe you need python 2.7 or the file is not made executable. Otherwise, I don't know, sorry.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/manu12121999/RemoveBG-GIMP/issues/4#issuecomment-662070112, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD43UG2ZYLS7ZAZQDB5X2VTR4XWCRANCNFSM4PCXMXCQ .

manu12121999 commented 3 years ago

Hi, I think I found a solution for most linux systems. ~Check out the linux branch (make sure to download the file again, because it is slightly different from the master branch)~

edit: It is now in the master branch, since it also works fine on Windows

manu12121999 commented 3 years ago

I changed the installation instructions and therefore closing the issue. If the plugin won't show up with the new method, feel free to reopen the issue.