什么是共享库,如何为Python手动安装.dll?

2024-10-04 09:28:57 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图通过Python控制我的Elgato流组,并尝试按照以下步骤操作: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 suitable LibUSB HIDAPI library found on this system. Is the 'hidapi.dll' library installed?")})

我能找到的指导似乎比我知道的更先进

谢谢你的帮助和建议


Tags: httpsiobackendlibraryreadthedocs步骤pagesen