problem installing on windows 10
- Ngôn ngữ chính
- Python
- Star
- 93.8k
- Fork
- 7.7k
- Chỉ số merge pull request
- Chỉ số pull request đang chờ
Mô tả
Request for help
While executing the command on win 10 it shows the following error
C:\Program Files\manim\manim_11_nov>python -m manim example_scenes.py SquareToCircle -pl
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File "C:\Users\CAD Lab 9\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\CAD Lab 9\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Program Files\manim\manim_11_nov\manim.py", line 2, in
import manimlib
File "C:\Program Files\manim\manim_11_nov\manimlib\__init__.py", line 2, in
import manimlib.config
File "C:\Program Files\manim\manim_11_nov\manimlib\config.py", line 8, in
import manimlib.constants
File "C:\Program Files\manim\manim_11_nov\manimlib\constants.py", line 1, in
import numpy as np
File "C:\Users\CAD Lab 9\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py", line 305, in
_win_os_check()
File "C:\Users\CAD Lab 9\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\\Users\\CAD Lab 9\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The error is a known Windows numpy bug; the issue links to a numpy issue. Check the numpy installation and Windows runtime compatibility. Look at the import chain in manimlib/constants.py and config.py. Test a fresh numpy install or a workaround for the sanity check. Verify by running the example_scenes.py command again after changes.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- numpy, python
- Lĩnh vực
- cli, developer-experience
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100