iwasakims commented on PR #1298: URL: https://github.com/apache/bigtop/pull/1298#issuecomment-2416095465
`python-setuptools` seems not to be available on Ubuntu 24.04. ``` #7 999.4 Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-setuptools' returned 100: Reading package lists... #7 999.4 Building dependency tree... #7 999.4 Reading state information... #7 999.4 Package python-setuptools is not available, but is referred to by another package. #7 999.4 This may mean that the package is missing, has been obsoleted, or #7 999.4 is only available from another source #7 999.4 #7 999.4 E: Package 'python-setuptools' has no installation candidate #7 999.4 Error: /Stage[main]/Bigtop_toolchain::Python/Package[python-setuptools]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-setuptools' returned 100: Reading package lists... #7 999.4 Building dependency tree... #7 999.4 Reading state information... #7 999.4 Package python-setuptools is not available, but is referred to by another package. #7 999.4 This may mean that the package is missing, has been obsoleted, or #7 999.4 is only available from another source #7 999.4 #7 999.4 E: Package 'python-setuptools' has no installation candidate ``` ``` #7 1013.4 Error: invalid byte sequence in US-ASCII #7 1013.4 Error: /Stage[main]/Bigtop_toolchain::Python/Exec[Setuptools Installation]/returns: change from 'notrun' to ['0'] failed: invalid byte sequence in US-ASCII #7 1014.6 Error: invalid byte sequence in US-ASCII #7 1014.6 Error: /Stage[main]/Bigtop_toolchain::Python/Exec[flake8 and whell Installation]/returns: change from 'notrun' to ['0'] failed: invalid byte sequence in US-ASCII ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
