-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drivers Dont have valid signatures #221
Comments
Hello @AlonsoUriarte14 The drivers won't be updated anymore. Those are the ones that shipped with seabreeze back then, and as far as I am aware Ocean Insight has not provided a newer set of drivers for public download. But, that shouldn't keep this from working. Can you confirm a few things:
Cheers, |
thank you for your response, in device mangager -> Ocean Optics STS (WinUSB) -> properties -> hardware ids-> i get two values: I installed libusb using Zadig just now but it didnt make a difference even after delting the drivers of device and reconeccting it. |
Okay, that looks good :) can you post the output of: >>> import usb.core
>>> list(usb.core.find(find_all=True)) The pyseabreeze backend calls the above internally and tries to find a DEVICE with |
Can you try running your command prompt with administrator permissions and test the usb.core.find command again? |
And to be sure that your libusb installation is not the issue: Please pip install the package import libusb_package
for dev in libusb_package.find(find_all=True):
print(dev) |
|
The fact that the |
spectrometer and system information
current problem
The computer is unable to recognize an unopened device. I ran te OS specific setup and found that only 31/53 of the drivers installed succesfully.
steps to reproduce
pip install seabreeze[pyseabreeze]
Error
The text was updated successfully, but these errors were encountered: