Segmentation Fault (core dumped) for Python 3.10 and 3.11 on Ubuntu
- 主要言語
- Python
- スター
- 93.8k
- フォーク
- 7.7k
- PR マージ指標
- PR 指標を取得中
説明
### Describe the bug
When using `manim-render` (`v1.6.1`) in a GitHub action, it issues a Segmentation Fault when using Python versions `3.10` and `3.11`. For versions `3.7`, `3.8`, and `3.9`, everything works fine.
I am aware of #1387 and #1406, but nothing seemed to make it work.
**Code**:
The faulty line of code is:
```
xvfb-run -a -s "-screen 0 1400x900x24" manim-render -l example.py Example ThreeDExample
```
However, it is to mention that it works just fine for earlier versions of Python, or working on MacOS.
Full information is to be found in the [jobs run](https://github.com/jeertmans/manim-slides/actions/runs/3567363468/jobs/5994969607) and in the [workflow file](https://github.com/jeertmans/manim-slides/blob/release-4.6.1-py311/.github/workflows/test_examples.yml#L109-L111).
**Wrong display or Error traceback**:

(some lines skipped)

### Additional context
I created a Manim plugin, and I use GitHub actions to validate my code. This makes my CI tests fail.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。