简体   繁体   English

PyBluez和Python 3.3 Windows 64位

[英]PyBluez and Python 3.3 windows 64 bits

I don't install pybluez on Windows 7 64 bit. 我没有在Windows 7 64位上安装pybluez。 In fact, I use pip to try install PyBluez-0.20-cp33-none-win_amd64.whl. 实际上,我使用pip尝试安装PyBluez-0.20-cp33-none-win_amd64.whl。 ( http://www.lfd.uci.edu/~gohlke/pythonlibs/ ) But I have this message http://www.lfd.uci.edu/~gohlke/pythonlibs/ )但是我有此消息

0.20-cp33-none-win_amd64.whl is not a supported wheel on this platform. 此平台上不支持0.20-cp33-none-win_amd64.whl。

Someone would have an idea ? 有人会有想法吗?

Thanks 谢谢

You can try installing PyBluez-0.22-cp27-none-win_amd64.whl for Python version 2.7 or PyBluez-0.22-cp34-none-win_amd64.whl for 3.4 and PyBluez-0.22-cp35-none-win_amd64.whl for 3.5. 您可以尝试为Python 2.7版安装PyBluez-0.22-cp27-none-win_amd64.whl,为3.4版安装PyBluez-0.22-cp34-none-win_amd64.whl,为3.5版安装PyBluez-0.22-cp35-none-win_amd64.whl。 You can pip install one of these based on your Python version. 您可以根据您的Python版本pip安装其中之一。 The link to download all these can be found here . 下载所有这些的链接可以在这里找到。 Worked for me. 为我工作。 Hope this helps. 希望这可以帮助。

That isn't an official repository. 那不是官方的仓库。 Try just installing it using the normal installers on the Python Package Index (PyPI): 尝试仅使用Python Package Index(PyPI)上的常规安装程序进行安装:

Or use pip to try to install it: 或使用pip尝试安装它:

pip install pybluez

This will cause pip to look at PyPI for this package and try to install it from there automatically. 这将导致pip查看该软件包的PyPI并尝试从那里自动安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM