我想用 python 3.8 安装 pybluez 但得到这个错误:
C:\wndows\system32>pip install pybluez
Collecting pybluez
Using cached PyBluez-O.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\Rostan\AppData\Local\Temp\pip-build-nx_jjne7\pybluez\
我尝试从PyPI - Python Package Index下载它,但最新版本适用于 Python 3.5(我使用的是 Python 3.8)