gpt4 book ai didi

python - PyUSB:没有可用的后端

转载 作者:太空宇宙 更新时间:2023-11-04 00:35:42 25 4
gpt4 key购买 nike

<分区>

我正在尝试联系并查找哪些 USB 设备与我的计算机相关联。我正在阅读“使用 PyUSB 1.0 编程”教程。我无法获得我在那里工作的任何东西,我不断收到“ValueError:无可用背景”错误。我的代码中缺少什么?我在 64 位 Windows 10 机器上。我安装了 libusb1 包和 pylibusb 包。

import usb
import usb.core
import usb.util
import sys

devices = usb.core.find(find_all=True)

sys.stdout.write('There are ' + len(devices) + ' in the system\n.')

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com