3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

Problem running code #39

Open Sneezy777 opened 2 years ago

Sneezy777 commented 2 years ago

I use Kali Linux as my OS and whenever I try and run simulations.py I get: ┌──(root💀lookaway)-[/home/***/wordle/_2022/wordle] └─# python3 simulations.py
zsh: segmentation fault python3 simulations.py

I dont even understand what to run? should I run simulations? or scenes? or quinitic?

In my folder I have: /home//wordle/_2022/wordle/custom /home//wordle/_2022/wordle/data /home//wordle/_2022/wordle/pycache /home//wordle/_2022/wordle/footnote.py /home//wordle/_2022/wordle/manim_imports_ext.py /home//wordle/_2022/wordle/scenes.py /home/***/wordle/_2022/wordle/simulations.py

Sneezy777 commented 2 years ago

https://github.com/3b1b/manim#installation i found that, i dont know what it means... brb

Sneezy777 commented 2 years ago

oh rip... I installed that ^^^ and now I get an even longer error code: ┌──(㉿lookaway)-[~/wordle/_2022/wordle] └─$ python3.9 ./simulations.py 2 ⨯ /home//.local/lib/python3.9/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) Traceback (most recent call last): File "/home//wordle/_2022/wordle/./simulations.py", line 1, in from manim_imports_ext import File "/home/*/wordle/_2022/wordle/manim_imports_ext.py", line 3, in from custom.backdrops import File "/home//wordle/_2022/wordle/custom/backdrops.py", line 10, in from manimlib.mobject.svg.tex_mobject import TexText ImportError: cannot import name 'TexText' from 'manimlib.mobject.svg.tex_mobject' (/home/*/.local/lib/python3.9/site-packages/manimlib/mobject/svg/tex_mobject.py)

cornflakesdev commented 2 years ago

Similar issue resolved https://github.com/3b1b/videos/issues/41