【发布时间】:2020-07-09 01:52:37
【问题描述】:
我正在尝试通过 Python 控制我的 Elgato Stream Deck,并尝试按照此处的步骤操作:https://python-elgato-streamdeck.readthedocs.io/en/stable/pages/backend_libusb_hidapi.html
这里有进一步的说明: https://github.com/libusb/hidapi#build-instructions
不幸的是,我什么都做不了,而且我知道我没有正确设置,因为我不确定如何处理下载的 .dll 和 .lib 文件。在 Pycharm 中,我总是得到错误:
('Probe failed to find any functional HID backend.', {'libusb': TransportError("No applicable LibUSB HIDAPI library found on this system. Is the 'hidapi.dll' library installed?")})
我能找到的说明似乎比我知道的要高级。
感谢您的任何帮助或建议。
【问题讨论】:
标签: python dll shared-libraries hid