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 have an issue that throws "/home/pi/berryconda3/envs/rsudp/lib/python3.6/site-packages/matplotlib/axes/_axes.py:7747: RuntimeWarning: divide by zero encountered in log10
Z = 10. * np.log10(spec)"
I am unsure how to proceed. I am running the software as Daemon and it isn't restarting when this error is thrown. It usually will run for around 10-20 minutes before this error is encountered but sometimes it is seconds after start, never errorless for more than 30 minutes. Interestingly, when running with "rs-client", the error still occurs but it is not interrupting the process.
The text was updated successfully, but these errors were encountered:
Hello. Thanks for your feedback. This warning appears to occur in matplotlib library. Can you tell me which matplotlib version you are using? In any case, if this does not cause the client (or daemon process) to stop, then it can be treated as a warning and ignored.
Hi, I am using the version of matplotlib installed by the installer,
however, it seems that there is an error which is causing the process to
crash, however, the raspberry pi does not recognize that the daemon process
has stopped working and thus it cannot be restarted without a complete
restart. This is a raspberry pi 3B.
Hi, We did a major code update that should fix this bug, but we had to switch to a new version of python, which made it impossible for us to automatically install new versions on old arm.
I have an issue that throws "/home/pi/berryconda3/envs/rsudp/lib/python3.6/site-packages/matplotlib/axes/_axes.py:7747: RuntimeWarning: divide by zero encountered in log10
Z = 10. * np.log10(spec)"
I am unsure how to proceed. I am running the software as Daemon and it isn't restarting when this error is thrown. It usually will run for around 10-20 minutes before this error is encountered but sometimes it is seconds after start, never errorless for more than 30 minutes. Interestingly, when running with "rs-client", the error still occurs but it is not interrupting the process.
The text was updated successfully, but these errors were encountered: