I'm running Arch, and after installing asdf-python some packages that requires python-distutils-extra are throwing an error during install.
This is the error:
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from DistUtilsExtra.command import *
ModuleNotFoundError: No module named 'DistUtilsExtra'
I'm running Arch, and after installing
asdf-python
some packages that requirespython-distutils-extra
are throwing an error during install.This is the error:
This won't happen if I remove
asdf-python
Can anyone help me please?