Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Support of python3.9 #70

Open
masfaraud opened this issue Dec 16, 2020 · 0 comments
Open

Support of python3.9 #70

masfaraud opened this issue Dec 16, 2020 · 0 comments

Comments

@masfaraud
Copy link

Hello,
When installing the package with pip on python3.9, it works but the importing fails:

Python 3.9.0+ (default, Oct 20 2020, 08:43:38) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import netifaces
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'netifaces'

Does netifaces support python3.9?

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

No branches or pull requests

1 participant