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've copied the GNURadio blocks and python iio modules for Adalm Pluto into the Application package. It seems to have problems with importing the C++ objects.
Importing _iio_pluto_sink_swig.so (from . import _iio_pluto_source_swig) crashes python. I think the objects needs building for this package.
Any hints on how to solve this?
-Rolf
The text was updated successfully, but these errors were encountered:
I've copied the GNURadio blocks and python iio modules for Adalm Pluto into the Application package. It seems to have problems with importing the C++ objects.
Importing _iio_pluto_sink_swig.so (from . import _iio_pluto_source_swig) crashes python. I think the objects needs building for this package.
Any hints on how to solve this?
-Rolf
The text was updated successfully, but these errors were encountered: