Error in installing pip package with setup.py requirements – Ubuntu
I'm trying to install the aptdaemon package on Ubuntu 20.04 as follows: pip3 install aptdaemon but I'm getting an error: error in setup.cfg: command 'build' has no such option 'i18n' I have installed both python3-distutils and python3-distutils-extra: sudo apt install…