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 최신 버전에서도 같은 에러 발생...
error
1. When MAC OS에서 vim/neovim에 Github Copilot을 설치하고 세팅을 위해 vim/neovim에서 :Copilot setup을 커맨드를 타이핑했을 때. 2. Error Message copilot: Node.js not found in PATH 3. Solution node.js를 인스톨하면 된다. brew install node.js 이후 Github 계정과의 연동을 거치면 세팅 완료.
1. When: git clone 시 용량이 너무 클 때 발생 네트워크 불안정 시에도 발생하는 듯 2. Error message: fatal: 너무 빨리 파일이 끝남 fatal: early EOF fatal: index-pack failed 3. Solution: a. 히스토리를 제거하고 clone --depth 1 추가 git clone --depth 1 https://github.com/example/example.git b. 네트워크 연결 양호 확인 4. Reference: Git Instruction page https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt