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