Closed ZoomGC closed 2 years ago
for the TexText problem it's because I tried doing
pip install manimlib
i fixed it by doing
pip install manimgl
my new problem right now is :
DATA_DIR = os.path.join(get_directories()["data"], "wordle") KeyError: 'data
after checking what returns from get_directories(), it seems that there's no key for 'data'. I don't really know what's inside this 'data' so I can't fix it
edit custom_config.yml
for the TexText problem it's because I tried doing
pip install manimlib
i fixed it by doing
pip install manimgl
my new problem right now is :
DATA_DIR = os.path.join(get_directories()["data"], "wordle") KeyError: 'data
after checking what returns from get_directories(), it seems that there's no key for 'data'. I don't really know what's inside this 'data' so I can't fix it
This fixed my issue ^^. For anyone else having issues with get_coord go to (https://github.com/3b1b/manim/issues/1732) as 3b1b used a different version of manim
So, I tried running the script (OS: Kali Linux) and ran into some errors, I fixed those by moving the packages to the correct files, but now I get this:
The reason for this (to me) is unknown, I have tried some basic research on it but to no avail
I even ran
in which ffmpeg 1.4 was installed but it still did not help