jonnyhyman / Chaos

Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video
MIT License
1.83k stars 308 forks source link

Error running Mandelbrot and Zoom #27

Closed alxw4433 closed 1 year ago

alxw4433 commented 4 years ago

Hello !

I'm having this error running : python3 logistic_mandelbrot.py

Capture d’écran 2020-09-27 à 02 27 27 (2)

and almost the same running : python3 logistic_zoom.py

Capture d’écran 2020-09-27 à 02 27 29 (2)
lohithaswadagr8 commented 3 years ago

Hi, I think you did not install a library(most probably pyopengl) Check whether you have all these:

Vispy : pip install vispy Matplotlib : pip install matplotlib PyOpenGL : pip install pyopengl

(TIP: type in all these seperately in your terminal)

Reply if this method solved your problem!!!!

honzo666-c commented 3 years ago

Hey bro can you help me out I'm on terms and I kind of deleted everything but since you're with the Linux community I was wondering if you could help me run toolx.or even skip tracer.

On Tue, Oct 20, 2020, 3:25 AM lohithaswadagr8 notifications@github.com wrote:

Hi, I think you did not install a library(most probably pyopengl) Check whether you have all these:

Vispy : pip install vispy Matplotlib : pip install matplotlib PyOpenGL : pip install pyopengl

(TIP: type in all these seperately in your terminal)

Reply if this method solved your problem!!!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jonnyhyman/Chaos/issues/27#issuecomment-712683619, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARD4THUMKJJGIJSHHZWVJCDSLVCO3ANCNFSM4R3GXWEQ .

alxw4433 commented 3 years ago

Hi, I think you did not install a library(most probably pyopengl) Check whether you have all these:

Vispy : pip install vispy Matplotlib : pip install matplotlib PyOpenGL : pip install pyopengl

(TIP: type in all these seperately in your terminal)

Reply if this method solved your problem!!!!

Thanx you for the answer, but I checked and they are all installed

Capture d’écran 2020-10-20 à 10 52 12
jonnyhyman commented 1 year ago

Most definitely a python core issue, not relevant to this repo