我在 raspeberry pi 4 上安装了 python2.7,其脚本使用了 bluethooth 库(pybluez),但是在导入库时脚本崩溃了。我只是尝试在 python2.7 shell 上导入蓝牙库,但我有同样的错误“AttributeEror:'instancemethod'对象的属性' doc '不可写”
我无法切换到 python3,我不明白为什么它不起作用,所以如果有人对此有疑问,我将不胜感激:)
代码:
Import bluetooth
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/bluetooth/__init__.py", line 282,
in <module>
"""
AtributeError: attribute '__doc__' of 'instancemethod' objects is not writable
谢谢