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

python2 crashes division by zero #20

Open
ersteller opened this issue Dec 24, 2020 · 1 comment
Open

python2 crashes division by zero #20

ersteller opened this issue Dec 24, 2020 · 1 comment

Comments

@ersteller
Copy link

time_rate = (clock.get_time() / 1000.0) / (1 / max_fps)
ZeroDivisionError: float division by zero

I know python 3 would convert the right term to float but
python 3.9 (on win10) is not loading numpy correctly:
RuntimeError: The current Numpy installation ... fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

@circl-lastname
Copy link

You should try to update windows.

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

No branches or pull requests

2 participants