Hi, I have installed NI-DAQmx driver and also nidaqmx python library in my linux machine.
This error show up when I execute below code:
File "/usr/local/lib/python3.8/dist-packages/nidaqmx/_lib.py", line 213, in _import_lib
raise DaqNotFoundError(
nidaqmx._lib.DaqNotFoundError: Could not find an installation of NI-DAQmx. Please ensure that NI-DAQmx is installed on this machine or contact National Instruments for support.
Is there anyone knows how to fix it?