adrienverge / PhotoCollage

Graphical tool to make photo collage posters
GNU General Public License v2.0
432 stars 73 forks source link

Cannot Install On Linux Mint 21.3 2024MAY02 #104

Open pgmer6809 opened 6 months ago

pgmer6809 commented 6 months ago

Cloned the repo and then ran the install command. Get an error message: ModuleNotFoundError: No module named 'setuptools.command.build'

`` git clone https://github.com/adrienverge/PhotoCollage.git ls -ltr cd PhotoCollage/ sudo python3 setup.py install Traceback (most recent call last): File "/home/greg19/Dist-Kits/PhotoCollage/setup.py", line 19, in import setuptools.command.build ModuleNotFoundError: No module named 'setuptools.command.build'

python3 setup.py sdist Traceback (most recent call last): File "/home/greg19/Dist-Kits/PhotoCollage/setup.py", line 19, in import setuptools.command.build ModuleNotFoundError: No module named 'setuptools.command.build'

$./PhotoCollage/ uname -a Linux trojan 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux