Hello everyone
First of all I'm sorry for using this already opened topic but I was avoiding to create a new one and my issue is related with the use of nidaqmx package in python, so I think it's not very far from the subjects being discussed in here.
I'm a newbie in python (and in labview, btw) but I have a project which involves the acquisition of 6 AI signals through a NI-USB-6009 hardware (infrared spectrometer). The labview programming is working but, since I need to run another piece of software downstream the acquisition path, I'm trying to program the data acquisition in python (in google colab and/or spyder) using the packages provided by NI. In colab, I followed the advised path ('
pip install nidaqmx') but when I try to import, I get the message 'Could not find an installation of NI-DAQmx'. This also happens with Spyder.
I would appreciate any help on this issue. After solving this frustrating problem I'm antecipating a new one which will be the acquisition of the 6 inputs from NI-USB-6009. But, one problem at a time.
Thank you so much for the help!