When running Example projects error: DLL load failed.
- Dominant language
- Python
- Stars
- 93.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Hi, When trying to run example scenes i get:
`C:\src\manim_3feb>python -m manim example_scenes.py SquareToCircle -pl
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2032.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2032.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\src\manim_3feb\manim.py", line 3, in
import manimlib.extract_scene
File "C:\src\manim_3feb\manimlib\extract_scene.py", line 9, in
from manimlib.scene.scene import Scene
File "C:\src\manim_3feb\manimlib\scene\scene.py", line 8, in
from manimlib.animation.animation import Animation
File "C:\src\manim_3feb\manimlib\animation\animation.py", line 6, in
from manimlib.mobject.mobject import Mobject
File "C:\src\manim_3feb\manimlib\mobject\mobject.py", line 13, in
from manimlib.utils.bezier import interpolate
File "C:\src\manim_3feb\manimlib\utils\bezier.py", line 1, in
from scipy import linalg
File "C:\Users\alfie\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\linalg\__init__.py", line 190, in
from .misc import *
File "C:\Users\alfie\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\linalg\misc.py", line 5, in
from .blas import get_blas_funcs
File "C:\Users\alfie\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\linalg\blas.py", line 214, in
from scipy.linalg import _fblas
ImportError: DLL load failed: The specified module could not be found.`
I've tried reinstalling numpy and the requirements.txt, I am not sure what the issue is.
sorry if this is a common issue i've searched stack overflow google etc but i'm not great at knowing what to look for
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.