Closed mgedmin closed 4 years ago
python setup.py bdist_wheel fails on Python 3.5 with
AttributeError: '_NamespacePath' object has no attribute 'sort'
somewhere in pkg_resources. This was fixed in other projects by upgrading setuptools, so let's try that here too.
python setup.py bdist_wheel fails on Python 3.5 with
somewhere in pkg_resources. This was fixed in other projects by upgrading setuptools, so let's try that here too.