0

Can anyone help me install the pyBluez module for Python 2.7.10? Whenever I try to install it I get this error:

    C:\Python27\Scripts>pip install pyBluez
    Collecting pyBluez 
      Using cached pyBluez-0.22.zip
        Complete output from command python setup.py egg_info:
        Could not find the Windows SDK

        -----------------------------------
     Command "python setup.py egg_info" failed with error code 1 in c:\users\super\appdata\local\temp\pip-build-ubeyw1\pyBluez
Ross Ridge
  • 38,414
  • 7
  • 81
  • 112
Mick Hugi
  • 23
  • 4

1 Answers1

0

Assuming you are running Python 2.7.10 on Windows...

I think you could just download the .exe from https://pypi.python.org/pypi/PyBluez

You just need to download the MS-Windows Installer for your version of Python.

Hope that helped.

somepati
  • 1
  • 1