1. Problem description
Error: error in setup.cfg: Command ‘build’ has no such option ‘I18N’ when running sudo Python setup.py install in the installation package of Ubuntu system
2. Solutions
Other dependent environments need to be installed:
Python distutils extra needs to be installed
sudo apt-get update -y
sudo apt-get install -y python-distutils-extra
Then run it again
sudo python setup.py install
Read More:
- [Solved] Ubuntu18.04 Install pyqt5 error: Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-92
- Command “/usr/bin/python -u -c “import setuptools, tokenize;__file__=‘/tmp/pip-cus9V0-build/setup.py
- Pip3 install Mysqlclient Error: Command “python setup.py egg_info“ failed with error
- [Solved] Command “python setup.py egg_info” failed with error code 1
- Xadmin Install Error: Command “python setup.py egg_info“ failed with error code 1 in C:\Users\ADMINI~1\AppDat
- [Solved] command “python setup.py egg_info“ failed with error code 1
- Opencv-python Install is Stuck Error: running setup.py bdist_wheel for opencv-python
- [Solved] Python setup.py install Error: error: identifier “AT_CHECK“ is undefined
- [Solved] error in REfO setup command: use_2to3 is invalid.
- [Solved] Pycharm Use pip to install package error: no such option –build-dir
- Pychar can’t connect to Python console, but it can run. Py file, and Anaconda’s command line can run Python command
- [Solved] error in pycallgraph setup command: use_2to3 is invalid.
- [Solved] supervisor Error: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
- Python3.6 Run uvicorn Error: AttributeError: module ‘asyncio‘ has no attribute ‘run‘
- Chromdriver Install error: File “C:\python37\lib\site-packages\selenium\webdriver\common\service.py”, line 76, in start stdin=PIPE) File…
- [Solved] PyCharm pytest-html Install Error: Try to run this command from the system terminal. Make sure that you use
- [Solved] TUM associate.py Scripte Error: AttributeError: ‘dict_keys‘ object has no attribute ‘remove‘
- [Solved] NPM install Error: check python checking for Python executable python2 in the PATH
- Python2.7 Pyinstaller Install Error: ERROR: Command errored out with exit status 1
- [Solved] PyQt: RuntimeError: wrapped C/C++ object has been deleted & has no attribute of flush in python