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

No module named 'netifaces' #58

Closed
ixenion opened this issue Jun 24, 2020 · 1 comment
Closed

No module named 'netifaces' #58

ixenion opened this issue Jun 24, 2020 · 1 comment
Labels
invalid This doesn't seem right or not following the issue template

Comments

@ixenion
Copy link

ixenion commented Jun 24, 2020

installed wp3 successfully.
"Using /usr/lib/python3/dist-packages"
"Finished processing dependencies for wifipumpkin3==1.0.5"

But when I type wifipumpkin3, get this error:
...
...
File "/usr/local/lib/python3.7/dist-packages/wifipumpkin3-1.0.5-py3.7.egg/wifipumpkin3/core/common/platforms.py", line 8, in
import netifaces
ModuleNotFoundError: No module named 'netifaces'

though if i create python file in random dirr. which contains:

import netifaces
print("done")

it prints "done" and no errors.

what should I do?...

@mh4x0f mh4x0f added the invalid This doesn't seem right or not following the issue template label Jun 26, 2020
@mh4x0f mh4x0f closed this as completed Jun 26, 2020
@ixenion
Copy link
Author

ixenion commented Jun 26, 2020

invalid && closed.

unbelievable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right or not following the issue template
Projects
None yet
Development

No branches or pull requests

2 participants