반응형
https://docs.manim.community/en/stable/installation/macos.html#
macOS
For the sake of simplicity, the following instructions assume that you have the popular package manager Homebrew installed. While you can certainly also install all dependencies without it, using H...
docs.manim.community
위 사이트에서 설치를 따라서 설치를 하지만
처음 설치할 경우 에러가 발생할 수 있다.
종속성 패키지를 설치한 다음
pip3 install manim
설치할 경우 다음과 같은 에러가 발생할 수 있다.
"fatal error: 'cairo.h' file not found "
https://github.com/ManimCommunity/ManimPango
위 사이트에 자세한 정보가 나온다.
해결
brew install pango pkg-config
이후 다시
pip3 install manim
설치하면 성공할 수 있다.
반응형
'주절주절' 카테고리의 다른 글
d3.js 예제 코드를 vscode live server를 사용하여 확인하기 (0) | 2023.05.06 |
---|---|
VSCODE Pylance 에러 (0) | 2023.05.03 |
flask 2.3.0에서 Flask.before_first_request 및 Blueprint.before_app_first_request 후크 제거 (0) | 2023.05.02 |
맥에서 프로그램 설치없이 원격접속하는 방법 (0) | 2023.04.26 |
8. ChatGPT를 잘 사용하는 방법 (0) | 2023.03.23 |