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
about: Report a bug or unexpected behavior when running Manim
4
+
title: ""
5
5
labels: bug
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
**Describe the bug**
11
-
<!--A clear and concise description of what the bug is. -->
10
+
## Description of bug / unexpected behavior
11
+
<!--Add a clear and concise description of the problem you encountered. -->
12
12
13
-
**To Reproduce**
14
-
<!-- Provide the problematic code in the code block below -->
15
-
<details><summary>Problematic Code</summary>
13
+
14
+
## Expected behavior
15
+
<!-- Add a clear and concise description of what you expected to happen. -->
16
+
17
+
18
+
## How to reproduce the issue
19
+
<!-- Provide a piece of code illustrating the undesired behavior. -->
20
+
21
+
<details><summary>Code for reproducing the problem</summary>
16
22
17
23
```py
18
24
Paste your code here.
19
25
```
20
26
21
27
</details>
22
28
23
-
**Expected behavior**
24
-
<!-- A clear and concise description of what you expected to happen. -->
25
29
26
-
**Output Media Files**
30
+
## Additional media files
27
31
<!-- Paste in the files manim produced on rendering the code above. Note that GitHub doesn't allow posting videos, so you may need to convert it to a GIF or use the `-i` rendering option. -->
-[ ] I have checked the [troubleshooting page](https://docs.manim.community/en/latest/installation/troubleshooting.html) and my problem is either not mentioned there,
15
+
or the solution given there does not help.
16
+
17
+
## Description of error
18
+
<!-- Add a clear and concise description of the problem you encountered. -->
19
+
20
+
21
+
## Installation logs
22
+
<!-- Please paste the **full** terminal output; we can only help to identify the issue
23
+
when we receive all required information. -->
24
+
25
+
<details><summary>Terminal output</summary>
26
+
27
+
```
28
+
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
29
+
```
30
+
31
+
<!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) -->
32
+
33
+
</details>
34
+
35
+
36
+
## System specifications
37
+
38
+
<details><summary>System Details</summary>
39
+
40
+
- OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)):
41
+
- RAM:
42
+
- Python version (`python/py/python3 --version`):
43
+
- Installed modules (provide output from `pip list`):
44
+
```
45
+
PASTE HERE
46
+
```
47
+
</details>
48
+
49
+
<details><summary>LaTeX details</summary>
50
+
51
+
+ LaTeX distribution (e.g. TeX Live 2020):
52
+
+ Installed LaTeX packages:
53
+
<!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX -->
54
+
</details>
55
+
56
+
<details><summary>FFMPEG</summary>
57
+
58
+
Output of `ffmpeg -version`:
59
+
60
+
```
61
+
PASTE HERE
62
+
```
63
+
</details>
64
+
65
+
## Additional comments
66
+
<!-- Add further context that you think might be relevant for this issue here. -->
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
0 commit comments