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
I'm attempting to import the library using python 3.13.0 but I'm getting the following error:
Traceback (most recent call last):
File "C:...\Pluto\Radio_Pulse_Gen.py", line 1, in
import adi
File "C:...\Lib\site-packages\adi_init_.py", line 5, in
from adi.ad2s1210 import ad2s1210
File "C:...\Lib\site-packages\adi\ad2s1210.py", line 6, in
from adi.context_manager import context_manager
File "C:...\Lib\site-packages\adi\context_manager.py", line 5, in
import iio
File "C:...\Lib\site-packages\iio.py", line 227, in
_lib = _cdll(find_library(iiolib), use_errno=True, use_last_error=True)
File "C:...\Lib\ctypes_init.py", line 380, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
Any idea what I may be doing wrong?
The text was updated successfully, but these errors were encountered:
I'm attempting to import the library using python 3.13.0 but I'm getting the following error:
Traceback (most recent call last):
File "C:...\Pluto\Radio_Pulse_Gen.py", line 1, in
import adi
File "C:...\Lib\site-packages\adi_init_.py", line 5, in
from adi.ad2s1210 import ad2s1210
File "C:...\Lib\site-packages\adi\ad2s1210.py", line 6, in
from adi.context_manager import context_manager
File "C:...\Lib\site-packages\adi\context_manager.py", line 5, in
import iio
File "C:...\Lib\site-packages\iio.py", line 227, in
_lib = _cdll(find_library(iiolib), use_errno=True, use_last_error=True)
File "C:...\Lib\ctypes_init.py", line 380, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
Any idea what I may be doing wrong?
The text was updated successfully, but these errors were encountered: