Python Forum
python 3 BLUETOOTH for WINDOWS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python 3 BLUETOOTH for WINDOWS
#8
I did it just as said by snippsat by giving following command.
pip install pybluez-0.22-cp37-cp37m-win_amd64.whl
but it shows the following error
Error:
C:\Windows\system32>pip install pybluez-0.22-cp37-cp37m-win_amd64.whl Requirement 'pybluez-0.22-cp37-cp37m-win_amd64.whl' looks like a filename, but t he file does not exist pybluez-0.22-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
And when i try to do it by giving the following command it tries to instal
it by using cached
pip install pybluez
it shows a permission error even when i have launched cmd prompt as admin
Error:
C:\Windows\system32>pip install pybluez Collecting pybluez Using cached https://files.pythonhosted.org/packages/c1/98/3149481d508bee17433 5be6725880f00d297afebe75c15e917af8f6fe169/PyBluez-0.22.zip Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\Kavindu \\AppData\\Local\\Temp\\pip-unpack-ocvo1b_s\\PyBluez-0. 22.zip' Consider using the `--user` option or check the permissions.
and some times this error message instaed of above

Error:
Collecting pybluez Using cached https://files.pythonhosted.org/packages/c1/98/3149481d508bee17433 5be6725880f00d297afebe75c15e917af8f6fe169/PyBluez-0.22.zip Complete output from command python setup.py egg_info: Could not find the Windows Platform SDK ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\Kavindu\ AppData\Local\Temp\pip-install-v_h2z98o\pybluez\
but I can install other packages like numpy,django,..etc.
this problem occurs only with pybluez
Reply


Messages In This Thread
python 3 BLUETOOTH for WINDOWS - by kavindu - Oct-13-2018, 03:38 PM
RE: python 3 BLUETOOTH for WINDOWS - by Larz60+ - Oct-13-2018, 05:45 PM
RE: python 3 BLUETOOTH for WINDOWS - by kavindu - Oct-14-2018, 02:35 AM
RE: python 3 BLUETOOTH for WINDOWS - by Larz60+ - Oct-14-2018, 08:16 AM
RE: python 3 BLUETOOTH for WINDOWS - by kavindu - Oct-16-2018, 03:05 PM
RE: python 3 BLUETOOTH for WINDOWS - by Larz60+ - Oct-16-2018, 03:59 PM
RE: python 3 BLUETOOTH for WINDOWS - by snippsat - Oct-16-2018, 04:01 PM
RE: python 3 BLUETOOTH for WINDOWS - by kavindu - Oct-18-2018, 06:16 AM
RE: python 3 BLUETOOTH for WINDOWS - by snippsat - Oct-18-2018, 01:38 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020