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

pip install pywifi on Windows errors. #18

Open
wgaylord opened this issue Sep 6, 2017 · 3 comments
Open

pip install pywifi on Windows errors. #18

wgaylord opened this issue Sep 6, 2017 · 3 comments

Comments

@wgaylord
Copy link

wgaylord commented Sep 6, 2017

It seems that the requirments might be messing up pip on windows.

C:\Users\chibi>pip install pywifi
Collecting pywifi
Could not find a version that satisfies the requirement pywifi (from versions: 1.0.2.linux-x86_64)
No matching distribution found for pywifi

On windows it shouldn't care about that.

Yet if I download the zip of the repo and run pip install . in the directory with setup.py it installs just fine. I think it might be a misconfiguration on the PyPi end of pip.

@awkman
Copy link
Owner

awkman commented Sep 7, 2017

It's really strange... I removed the comtypes (depending package) and pywifi, and then ran "pip install pywifi". It can be installed successfully on my Win10 x64 PC...

@wgaylord
Copy link
Author

wgaylord commented Sep 7, 2017 via email

@DomAmato
Copy link

I am also having the same problem

C:\WINDOWS\system32> & 'C:\Program Files\Python27\Scripts\pip.exe' install pywifi
Collecting pywifi
  Could not find a version that satisfies the requirement pywifi (from versions: 1.0.2.linux-x86_64)
No matching distribution found for pywifi

It installs fine for python 3.6 but 2.7 is when the error pops up. comtypes installs fine for 2.7

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

3 participants