Athero-CSI-tool-Python-RemoteReceive-Liveview-AmplitudeScaled
Athero-CSI-tool-Python-RemoteReceive-Liveview-AmplitudeScaled copied to clipboard
TypeError: only integer scalar arrays can be converted to a scalar index.
I got the same error after run Atheros_readandplot_in_realtime.py in Atheros.py in line 262 when I used read from file in line 427 when I used read from stream
The error => TypeError: only integer scalar arrays can be converted to a scalar index.
how can I solve this error ?!
Hello,
@shuspieler
I have same problem ?
line 425, in read_from_stream csi_buf = np.frombuffer(stream, np.uint8, csi_len, cur)
TypeError: only integer scalar arrays can be converted to a scalar index
Hi, I have the same problem, did anyone manage to figure it out?