diff --git a/cibuildwheel/__main__.py b/cibuildwheel/__main__.py index 4e25befa..ea12f8b5 100644 --- a/cibuildwheel/__main__.py +++ b/cibuildwheel/__main__.py @@ -91,6 +91,17 @@ def main() -> None: args = parser.parse_args() + # TODO remove this encoding stuff + import locale + import os + print(sys.stdout.encoding) + print(sys.stdout.isatty()) + print(locale.getpreferredencoding()) + print(sys.getfilesystemencoding()) + print(os.environ["PYTHONIOENCODING"]) + print(chr(246), chr(9786), chr(9787)) + # TODO end + detect_obsolete_options() if args.platform != 'auto':