Skip to content

Commit e31c207

Browse files
Attempt to fix windows test
1 parent 1aad0c7 commit e31c207

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manim/_config/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from __future__ import annotations
44

55
import logging
6+
import os
67
from contextlib import contextmanager
78
from typing import Any, Generator
89

@@ -20,6 +21,8 @@
2021
"cli_ctx_settings",
2122
]
2223

24+
os.environ["PYTHONIOENCODING"] = "utf-8"
25+
2326
parser = make_config_parser()
2427

2528
# The logger can be accessed from anywhere as manim.logger, or as

0 commit comments

Comments
 (0)