tualatrix / ubuntu-tweak

Ubuntu Tweak is a tool that makes it easy to configure your system and desktop settings. (This project is no longer under maintenance)
GNU General Public License v2.0
693 stars 197 forks source link

error in setup.cfg command 'build' has no such option 'i18n' #34

Closed ismdcf closed 7 years ago

ismdcf commented 8 years ago

I get the following error when running on ubuntu 14.04

error in setup.cfg command 'build' has no such option 'i18n'

.

stephane-ein commented 8 years ago

You can resolve this issue by removing i18n=True and icons=True from the setup.cfg But I still have some issue when I start ./ubuntu-tweak (he's still loading)

Baa14453 commented 7 years ago

This is a duplicate of #6 , do 'sudo apt-get install python-distutils-extra' to fix. (worked on 16.04 anyway)

ismdcf commented 7 years ago

all right closing it

bennyman123abc commented 5 years ago

That fix doesn't work on 18.04. Is there any other possibility?

Neil-Lunavat commented 3 years ago

Its actually python3-distutils-extra now. (hope it helps)