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

netifaces latest version (0.10.4) is not Python 3 compatible #15

Closed
do3cc opened this issue Sep 12, 2014 · 4 comments
Closed

netifaces latest version (0.10.4) is not Python 3 compatible #15

do3cc opened this issue Sep 12, 2014 · 4 comments
Labels

Comments

@do3cc
Copy link
Contributor

do3cc commented Sep 12, 2014

This is an upstream issue.
I created a pull request but did not validate if this is enough:
https://bitbucket.org/al45tair/netifaces/pull-request/2/fix-error-preventing-to-install-netifaces/diff

This is the reason why tox can't do python 3 tests.
If it works locally, this is because on pypi are also binary packages of netifaces, these do not have the setup.py any more. Don't know when binary packages get used by installers, I never use them.

@ThomasWaldmann
Copy link
Contributor

the .get() version does not work here for py 3.3 and 3.4:

AttributeError: 'module' object has no attribute 'get'

@ThomasWaldmann
Copy link
Contributor

I opened an issue there, so we maybe get a fixed version soon:

https://bitbucket.org/al45tair/netifaces/issue/13/0104-install-is-broken-on-python-3x

@infothrill
Copy link
Owner

I changed the travis CI build to install netifaces first/separately in order to get feedback from the CI again

@infothrill
Copy link
Owner

The python package dyndnsc is now independent of netifaces, however it will still expose the functionality if it is installed. Since the formal dependency is gone, I think we can consider this ticket resolved even if the upstream issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants