Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Appveyor build failures #21

Merged
merged 1 commit into from Jan 21, 2020
Merged

Fix Appveyor build failures #21

merged 1 commit into from Jan 21, 2020

Conversation

mgedmin
Copy link
Member

@mgedmin mgedmin commented Jan 21, 2020

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

  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.
@mgedmin mgedmin merged commit 16f5a1d into master Jan 21, 2020
@mgedmin mgedmin deleted the fix-appveyor branch January 21, 2020 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant