소프트웨어자료26 Mac 에서 git 사용할 때 에러 해결. You have not agreed to the Xcode license agreements. 에러 메시지 You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode. Press the 'return' key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/en.lproj/License.rtf' 해결 방법 1. sudo xcodebuild -license 2. 엔터키 한 번 누르기 3. q 한 번 누르기 4. agree 타이핑 후 엔터 2022. 9. 25. ImportError: cannot import name 'imread' from 'scipy.misc' 에러 해결하기 ImportError: cannot import name 'imread' from 'scipy.misc' 에러 해결하기 문제상황 이미지를 파이썬에서 불러오기 위해 scipy.misc import imread 를 실행한 상황에서 아래와 같은 에러메시지가 발생함. 에러메시지 ImportError: cannot import name 'imread' from 'scipy.misc' 원인 imread is deprecated! imread is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use imageio.imread instead. SciPy 1.2 부터는 아예 함수가 삭제 되었음. 해결방법 1. 본인의 scipy 버전확인 conda list 2. s.. 2022. 9. 21. 이전 1 2 3 4 ··· 13 다음