-
Notifications
You must be signed in to change notification settings - Fork 2.2k
TypeIs used instead of Type #4245
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
Comments
Since you are the first person to report this problem, but you are using a quite common combination of Python 3.12 and ManimCE 0.19.0 I wonder what would be special about your systems. How did you install Manim? One difference I see to my system is that your version of the Python library |
Thank you, but I used the uv package manager and it works great. So I'll stick to that. |
Description of bug / unexpected behavior
Whenever I run the command
manim
, no matter if I pass arguments or not, it gives me an error.Expected behavior
I was expecting either a "no arguments found" error or a help page with all the arguments.
How to reproduce the issue
Type
manim
in the terminal and hit enter.Code for reproducing the problem
Logs
Terminal output
``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Python312\Scripts\manim.exe\__main__.py", line 4, in File "C:\Python312\Lib\site-packages\manim\__init__.py", line 13, in from ._config import * File "C:\Python312\Lib\site-packages\manim\_config\__init__.py", line 12, in from .utils import ManimConfig, ManimFrame, make_config_parser File "C:\Python312\Lib\site-packages\manim\_config\utils.py", line 31, in from manim.utils.color import ManimColor File "C:\Python312\Lib\site-packages\manim\utils\color\__init__.py", line 55, in from . import AS2700, BS381, DVIPSNAMES, SVGNAMES, X11, XKCD File "C:\Python312\Lib\site-packages\manim\utils\color\AS2700.py", line 29, in from .core import ManimColor File "C:\Python312\Lib\site-packages\manim\utils\color\core.py", line 76, in from typing_extensions import Self, TypeAlias, TypeIs, override ImportError: cannot import name 'TypeIs' from 'typing_extensions' (C:\Python312\Lib\site-packages\typing_extensions.py). Did you mean: 'Type'? ```System specifications
System Details
python/py/python3 --version
): py 3.12.0pip list
):LaTeX details
The text was updated successfully, but these errors were encountered: