You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
operating system: Raspbian GNU / Linux 11 bullseye (32 bits)
python version: 3.9.2_
python-seabreeze version: current master
installed-via: wheel
current problem
When trying to read the intensities of an USB2000 using pyseabreeze in a Raspberry Pi 4, i get an error from the libusb library
"[Errno 5] Input/Output Error"
I already updated the USB2000 FirmWare and check that the reading works using the cseabreeze backend in my windows 10 64 bit (using python 3.9.2 as well and installed via pip), so the spectrometer is not the problem.
The Raspberry detect the USB2000 and can read the wavelengths. Is trying to read the intensities the issue.
Another issue is that in windows using the pyseabreeze backend doesn't detect the spectrometer, but in the raspberry using the cseabreeze backend doesn't detect the spectrometer.
steps to reproduce
After installing the library in the raspberry with pip (piwheels), run:
In your description you state that you've installed python-seabreeze from the provided wheels on your rasbian installation, but the traceback suggests you're running from an editable install?
Also: if your spectrometer works on windows via the cseabreeze backend, why not use the same on the raspberry?
spectrometer and system information
current problem
When trying to read the intensities of an USB2000 using pyseabreeze in a Raspberry Pi 4, i get an error from the libusb library
"[Errno 5] Input/Output Error"
I already updated the USB2000 FirmWare and check that the reading works using the cseabreeze backend in my windows 10 64 bit (using python 3.9.2 as well and installed via pip), so the spectrometer is not the problem.
The Raspberry detect the USB2000 and can read the wavelengths. Is trying to read the intensities the issue.
Another issue is that in windows using the pyseabreeze backend doesn't detect the spectrometer, but in the raspberry using the cseabreeze backend doesn't detect the spectrometer.
steps to reproduce
After installing the library in the raspberry with pip (piwheels), run:
minimal code example and error (very helpful if available)
The text was updated successfully, but these errors were encountered: