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 wifi #5

Open
jota-f opened this issue Oct 21, 2018 · 7 comments
Open

No module named wifi #5

jota-f opened this issue Oct 21, 2018 · 7 comments

Comments

@jota-f
Copy link

jota-f commented Oct 21, 2018

first thank you for making this solution available.
I have the error below. Can you help me?

sudo python ./run.py
Traceback (most recent call last):
File "./run.py", line 5, in
from wifi import Cell, Scheme
ImportError: No module named wifi

thank you!

@joson1
Copy link

joson1 commented Nov 3, 2018

same error

@joson1
Copy link

joson1 commented Nov 3, 2018

you need to install wifi lib for python

pip install wifi

or see this

@mujeebishaque
Copy link

pip install wifi
if it still doesn't work then try
pip install python-wifi

@mujeebishaque
Copy link

one more issue i faced was that even if i install wifi module, it still gave the same error. That was due to permission. Here's what you do if you face that issue.

sudo -H pip install wifi

@shrikanth7698
Copy link

Any solution ?... I'm still getting this issue

@rowalski
Copy link

use pip3 not pip

@balasundaramc
Copy link

one more issue i faced was that even if i install wifi module, it still gave the same error. That was due to permission. Here's what you do if you face that issue.

sudo -H pip install wifi

it works

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

No branches or pull requests

6 participants