我正在尝试使用 pip3 安装 pybluez 包。但是当我写信给终端“pip3 install pybluez”时,我总是收到以下错误
命令“/usr/local/opt/python3/bin/python3.6 -u -c”导入setuptools,tokenize;file ='/private/var/folders/_r/vshyh8x51h59xl0nks7jtz280000gn/T/pip-build-2gek1vzy/pybluez/setup.py';f=getattr(tokenize, 'open', open)( file );code=f.read ().replace('\r\n', '\n');f.close();exec(compile(code, file , 'exec'))" install --record /var/folders/_r/vshyh8x51h59xl0nks7jtz280000gn /T/pip-jiy18qdr-record/install-record.txt --single-version-externally-managed --compile" 失败,错误代码 1 在 /private/var/folders/_r/vshyh8x51h59xl0nks7jtz280000gn/T/pip-build- 2gek1vzy/pybluez/
到目前为止,我只发现升级“setuptools”可能会有所帮助,但它没有。我还在我的 Mac 上安装了 xcode。那么有人有什么建议吗?
提前致谢!