Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下用于数据采集的代码给出了以下错误
import nidaqmx with nidaqmx.Task() as task: nidaqmx.Task.ai_channels.add_ai_voltage_chan("Dev1/ai0") task.read()
OSError: [WinError 126] 找不到指定的模块。
你知道是什么原因以及如何解决吗?谢谢,干杯!
从 cmd运行此pip install nidaqmx命令以安装模块。
pip install nidaqmx