TypeError: slice indices must be integers or None or have an __index__ method 에러
에러 내용: TypeError: slice indices must be integers or None or have an __index__ method
int/int 는 float 형으로 출력된다. len(s)/2 를 len(s)//2 로 고치면 해결된다.
'에러 > python' 카테고리의 다른 글
[Python] urllib has no attribute quote 에러 (0) | 2021.01.08 |
---|---|
resize 에러 (0) | 2020.11.29 |
cv2.findContours 에러 (0) | 2020.11.05 |
[conda] command not found error your shell has not been properly configured to use conda activate 에러 (0) | 2020.10.04 |
pip install dlib 에러 (0) | 2020.09.27 |
댓글