Hello, I installed Inkscape, Phoca Remove Image Backgraound and rembg. Rembg works in the command line, but Remove Image Background (AI) in Inkscape doesn't work. Here is the output:
...\AppData\Roaming\inkscape\extensions\remove_bg.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.spawn import find_executable
Traceback (most recent call last):
File ...\AppData\Roaming\inkscape\extensions\remove_bg.py", line 34, in <module>
from rembg import new_session, remove
ModuleNotFoundError: No module named 'rembg'
...\AppData\Roaming\inkscape\extensions\remove_bg.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.spawn import find_executable
Traceback (most recent call last):
File ...\AppData\Roaming\inkscape\extensions\remove_bg.py", line 34, in <module>
from rembg import new_session, remove
ModuleNotFoundError: No module named 'rembg'
Statistics: Posted by mirekjl — 17 Dec 2024, 22:48