Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divide by zero encountered in matplotlib #63

Open
ajball2001 opened this issue Apr 23, 2024 · 3 comments
Open

Divide by zero encountered in matplotlib #63

ajball2001 opened this issue Apr 23, 2024 · 3 comments
Labels
question Further information is requested

Comments

@ajball2001
Copy link

ajball2001 commented Apr 23, 2024

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.

@dmitryint
Copy link
Collaborator

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.

@dmitryint dmitryint added the question Further information is requested label May 28, 2024
@ajball2001
Copy link
Author

ajball2001 commented May 28, 2024 via email

@dmitryint
Copy link
Collaborator

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.

We used berriconda for this, but it is no longer developed. And it seems we have no alternatives for older versions of arm architecture.
https://github.com/jjhelmus/berryconda
jjhelmus/berryconda#83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants