错误:找不到名为 labj 的模块

2024-05-23 21:00:12 发布

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

在将python与t7labjacks一起使用时,出现以下错误。在

from labjack import ljm

# Open first found LabJack
handle = ljm.openS("ANY", "ANY", "ANY")

# Call eReadName to read the serial number from the LabJack.
name = "SERIAL_NUMBER"
result = ljm.eReadName(handle, name)

错误是:

^{pr2}$

Tags: thenamefromimport错误anyopenfirst