phython3-setuptools missing

Asked by Martin Mayer

Hi,

the phython3-setuptools package is missing from the default installation. Could it be added?

I came across this when doing a `meson builddir` for Setzer

https://github.com/cvfosammmm/Setzer

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu python3-defaults Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Martin Mayer (martin-mayer) said :
#1

PS: I'm on Ubuntu 20.10

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

I assume that this is not an Ubuntu problem, but an error in the https://github.com/cvfosammmm/Setzer instructions.

The binary package python3-setuptools does exist for Ubuntu 20.10, see https://launchpad.net/ubuntu/+source/setuptools

Have you tried installing it?
sudo apt install python3-setuptools

Revision history for this message
Martin Mayer (martin-mayer) said :
#3

Hi,

> Have you tried installing it?
>sudo apt install python3-setuptools

Yes, and everthing worked smoothly thereafter.

I was just wondering, whether python3-setuptools should not be intalled by default, if phython3 is intalled?

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#4

Why should Ubuntu install a package by default, if that package is needed only in some installations? Not everybody who installs python3 also needs python3-setuptools.

If there is another software that needs it, then that software has to correctly declare its dependency for automatic installation, or mention it in the installation instructions for a manual install.

I suggest that you report this problem on https://github.com/cvfosammmm/Setzer/issues/

Revision history for this message
Martin Mayer (martin-mayer) said :
#5

Okay, thanks for the clarifications and the quick replies!

I had filed an issue here

https://github.com/cvfosammmm/Setzer/issues/150

which for some reason got closed. Perhaps I didn't make
myself clear enough.

All the best

Revision history for this message
Martin Mayer (martin-mayer) said :
#6

Thanks Manfred Hampl, that solved my question.