3b1b / manim

Animation engine for explanatory math videos
MIT License
68.82k stars 6.11k forks source link

Encoding error while installing manim #712

Open CircleCly opened 5 years ago

CircleCly commented 5 years ago

I ran pip3 install manimlib in my command prompt, but the installation is unsuccessful with the following error message: UnicodeDecodeError: 'gbk' codec can't decode byte 0x9c in position 1903: illegal multibyte sequence error in setup command: Error parsing C:\Users\Circle\AppData\Local\Temp\pip-install-esa910k_\manimlib\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0x9c in position 1903: illegal multibyte sequence It seems that there is an encoding problem with 'gbk' and 'utf-8'. Does anyone know how to solve this problem?

OS: Windows 10

xy-23 commented 5 years ago

The same as #684

MetalOxideSemi commented 5 years ago

Chinese environment has caused the problem. I've suffered from the same error before. But I configured it successfully in Win10 English (In virtual machine)

wizardor commented 5 years ago

@Moscovium2000

TEX_USE_CTEX A boolean value. Change it to True if you need to use Chinese typesetting.

please try it.

MetalOxideSemi commented 5 years ago

Thanks a lot!

------------------ 原始邮件 ------------------ 发件人: "wizardor"notifications@github.com; 发送时间: 2019年10月2日(星期三) 凌晨5:58 收件人: "3b1b/manim"manim@noreply.github.com; 抄送: "Möscovium"1187662535@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [3b1b/manim] Encoding error while installing manim (#712)

@Moscovium2000

TEX_USE_CTEX A boolean value. Change it to True if you need to use Chinese typesetting.

please try it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.