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
CMD output
Traceback (most recent call last):
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\__init__.py", line 24, in
from . import multiarray
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\multiarray.py", line 10, in
from . import overrides
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\overrides.py", line 8, in
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_init_.py", line 158, in
from numpy.config import show as show_config
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_config_.py", line 4, in
from numpy.core.multiarray_umath import (
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core_init.py", line 50, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
The Python version is: Python3.11 from "C:\Users\HP\Documents\ManimCE\mce\Scripts\python.exe"
The NumPy version is: "1.26.0"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\HP\Documents\ManimCE\mce\Scripts\manim.exe_main.py", line 4, in
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_init.py", line 17, in
from .config import *
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_config_init.py", line 10, in
from .utils import ManimConfig, ManimFrame, make_config_parser
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_config\utils.py", line 27, in
import numpy as np
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_init_.py", line 163, in
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
System specifications
System Details
OS Windows 10
Python version (3.11.5)
The text was updated successfully, but these errors were encountered:
Description of bug / unexpected behavior
When I rendering the line joint scene from basic.py from the example scene it shows Mobject.init() got an unexpected keyword argument 'line_join'
How to reproduce the issue
Code for reproducing the problem
Logs
Virtual Code Studio output
CMD output
Traceback (most recent call last): File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\__init__.py", line 24, in from . import multiarray File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\multiarray.py", line 10, in from . import overrides File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core\overrides.py", line 8, in from numpy.core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_init_.py", line 158, in
from numpy.config import show as show_config
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_config_.py", line 4, in
from numpy.core.multiarray_umath import (
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy\core_init.py", line 50, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
Please note and check the following:
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\HP\Documents\ManimCE\mce\Scripts\manim.exe_main.py", line 4, in
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_init.py", line 17, in
from .config import *
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_config_init.py", line 10, in
from .utils import ManimConfig, ManimFrame, make_config_parser
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\manim_config\utils.py", line 27, in
import numpy as np
File "C:\Users\HP\Documents\ManimCE\mce\Lib\site-packages\numpy_init_.py", line 163, in
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
System specifications
System Details
The text was updated successfully, but these errors were encountered: