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
Traceback (most recent call last):
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 237, in
led_dll = load_dll()
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 234, in load_dll
raise SDKNotFoundException('The SDK DLL was not found.')
TypeError: SDKNotFoundException() takes no arguments
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bgled.py", line 1, in
from logipy import logi_led
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 238, in
except SDKNotFoundException as exception_sdk:
TypeError: catching classes that do not inherit from BaseException is not allowed
The text was updated successfully, but these errors were encountered:
i get an error like this:
Traceback (most recent call last):
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 237, in
led_dll = load_dll()
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 234, in load_dll
raise SDKNotFoundException('The SDK DLL was not found.')
TypeError: SDKNotFoundException() takes no arguments
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bgled.py", line 1, in
from logipy import logi_led
File "C:\Users\Diva Creative.conda\envs\tensorenviron\lib\site-packages\logipy\logi_led.py", line 238, in
except SDKNotFoundException as exception_sdk:
TypeError: catching classes that do not inherit from BaseException is not allowed
The text was updated successfully, but these errors were encountered: