通过 pip 安装时出现 Python Dbus 错误

Posted

技术标签:

【中文标题】通过 pip 安装时出现 Python Dbus 错误【英文标题】:Python Dbus Error while installing through pip 【发布时间】:2021-01-18 05:22:46 【问题描述】:
python -m  pip install dbus-python
Collecting dbus-python
  Using cached dbus-python-1.2.16.tar.gz (576 kB)
Using legacy 'setup.py install' for dbus-python, since package 'wheel' is not installed.
Installing collected packages: dbus-python
    Running setup.py install for dbus-python ... error
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\pure8\AppData\Local\Programs\Python\Python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\pure8\\AppData\\Local\\Temp\\pip-install-zphzgd3p\\dbus-python\\setup.py'"'"'; __file__='"'"'C:\\Users\\pure8\\AppData\\Local\\Temp\\pip-install-zphzgd3p\\dbus-python\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\pure8\AppData\Local\Temp\pip-record-l_6vpx3k\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\pure8\AppData\Local\Programs\Python\Python38\Include\dbus-python'
         cwd: C:\Users\pure8\AppData\Local\Temp\pip-install-zphzgd3p\dbus-python\
    Complete output (5 lines):
    running install
    running build
    creating C:\Users\pure8\AppData\Local\Temp\pip-install-zphzgd3p\dbus-python\build
    creating C:\Users\pure8\AppData\Local\Temp\pip-install-zphzgd3p\dbus-python\build\temp.win-amd64-3.8
    error: [WinError 193] %1 is not a valid Win32 application
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\pure8\AppData\Local\Programs\Python\Python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\pure8\\AppData\\Local\\Temp\\pip-install-zphzgd3p\\dbus-python\\setup.py'"'"'; __file__='"'"'C:\\Users\\pure8\\AppData\\Local\\Temp\\pip-install-zphzgd3p\\dbus-python\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\pure8\AppData\Local\Temp\pip-record-l_6vpx3k\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\pure8\AppData\Local\Programs\Python\Python38\Include\dbus-python' Check the logs for full command output.

每次我尝试安装 dbus 时都会出现错误,我尝试安装 32 位和 64 位的新 python 更新,并将它们添加到 PATH,但这对安装 dbus 没有帮助。 notify2 需要 Dbus。

【问题讨论】:

以管理员身份运行cmd试试。 cmd出现同样的错误 【参考方案1】:

我遇到了同样的问题。

也许不建议在 Windows 上使用 dbus-python。

我只是将文件夹/usr/local/lib/python2.7/dist-packages/dbus (Linux) 移动到 Python2.7 文件夹 (Windows)。

我可以通过 Ctrl + 鼠标(左)在 VScode 中看到 dbus。

【讨论】:

以上是关于通过 pip 安装时出现 Python Dbus 错误的主要内容,如果未能解决你的问题,请参考以下文章

通过 pip 安装 PyGame 模块时出现问题 [关闭]

我通过 pip 安装了 matplotlib,但是当我尝试将 matplotlib 导入 PyCharm 时出现错误

python的工具pip进行安装时出现 No module named 'pip'

安装 pip install gearman 时出现 Python 3.6 错误

python:使用pip安装时出现Fatal error in launcher错误

Python中使用pip安装一些库时出现ERROR