You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS Catalina, I installed manim as package
fails when I try to change resolution settings
manim basic.py SquareToCircle -plr 700,700
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/manim", line 5, in <module>
from manim.__main__ import main
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/manim/__init__.py", line 4, in <module>
from .config import config
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/manim/config.py", line 97, in <module>
config = _parse_config(config_parser, args)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/manim/config.py", line 46, in _parse_config
config["camera_config"].update({"pixel_height": height, "pixel_width": width})
KeyError: 'camera_config'
The text was updated successfully, but these errors were encountered:
I wanted a concrete decision on #283 before I began removing stuff left right and center, but I'll try and see if i can fix this.
Also doesn't help that I've got exams next week soo... if anyone else wants to take this up that's fine by me. (but please tell me if you want to work on this, so I don't :) )
macOS Catalina, I installed manim as package
fails when I try to change resolution settings
manim basic.py SquareToCircle -plr 700,700
The text was updated successfully, but these errors were encountered: