https://olppaemmit.tistory.com/m/214
[Error] zsh: command not found: python (Mac OS)
python을 설치했는데 python --version으로 하면 python을 모른다고 하고 python3 --version으로 하면 버전을 알려준다. python으로 사용하고 싶어서 다음과 같은 방법을 사용했다. 1. 파이썬3 설치된 위치 확인
olppaemmit.tistory.com
TypeError: 'str' object is not callable
자료형인 str을 변수명으로 사용하고 그 변수를 사용하려고 했으므로 에러 발생.
str이라는 이름의 변수를 찾아 변수명을 바꿔주면 됨.
'프로그래밍 > Error' 카테고리의 다른 글
[Error] SpringBoot 프로젝트를 Gradle로 빌드 오류 (0) | 2024.03.21 |
---|---|
[Github] 깃허브 Contributions 잔디심기 안될때 (0) | 2024.03.18 |