asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
665 stars 58 forks source link

ModuleNotFound DistUtilsExtra #67

Open delucca opened 4 years ago

delucca commented 4 years ago

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'

This won't happen if I remove asdf-python

Can anyone help me please?

danhper commented 4 years ago

Hi, sorry for the delay. Please let me know how to reproduce the issue and I will look into it. I also use Arch.