You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error:
@:~/Downloads/gourmet$ sudo python setup.py install
[sudo] password for :
Traceback (most recent call last):
File "setup.py", line 16, in
from DistUtilsExtra.command import build_extra, build_i18n, build_icons
ImportError: No module named DistUtilsExtra.command
After some research I found out that I need to install "python-distutils-extra".
Note that this package is for python 2.7.
There is another package called "python3-distutils-extra" for python 3 so don't get confused.
Thanks
The text was updated successfully, but these errors were encountered:
Can you add this to INSTALL.md please?
I got this error:
@:~/Downloads/gourmet$ sudo python setup.py install
[sudo] password for :
Traceback (most recent call last):
File "setup.py", line 16, in
from DistUtilsExtra.command import build_extra, build_i18n, build_icons
ImportError: No module named DistUtilsExtra.command
After some research I found out that I need to install "python-distutils-extra".
Note that this package is for python 2.7.
There is another package called "python3-distutils-extra" for python 3 so don't get confused.
Thanks
The text was updated successfully, but these errors were encountered: