반응형
1. When
import matplotlib 작성 후 python 파일 실행 시 경고메시지와 함께 발생
2. Error Message
Python[41480:4408299] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
3. Solution
아직 알려진 바 없음.
-- 추가
conda를 통해 matplotlib 인스톨,
python 컴파일러 clang=15.0 사용
Python, matplotlib 최신 버전에서도 같은 에러 발생.
주로 맥 유저들 중 macOS Sonoma 업데이트 이후 발생하는 듯.
-- 추가
matplotlib을 pip을 통해 인스톨하거나,
컴파일러 문제로, Python이 clang 15.0 대신 13.0을 사용할 때 발생하는 듯.
반응형
'개발' 카테고리의 다른 글
티스토리 스킨 변경 후 $ 인라인 구분자 수식이 깨질 때 해결 방법 (0) | 2024.02.05 |
---|---|
파이썬 시뮬레이터 앱 개발 - Streamlit, Gradio, Dash (0) | 2024.01.30 |
[ERROR] copilot: Node.js not found in PATH (1) | 2023.12.26 |
[ERROR] [rejected] master -> master (fetch first) (1) | 2023.12.21 |
[ERROR] fatal: 너무 빨리 파일이 끝남 (0) | 2023.12.18 |