목록2024/10 (2)
rrimyuu 님의 블로그
TypeError: ufunc 'invert' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
TypeError: ufunc 'invert' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' ground_truth = np.asarray(ground_truth, dtype=int) # addedassert np.array_equal(np.unique(ground_truth), [0, 1])order = (~ground_truth).argsort()
Python/Error Solution
2024. 10. 16. 10:44
The filename, directory name, or volume label syntax is incorrect.The filename, directory name, or volume label syntax is incorrect.ERROR conda.cli.main_run:execute(47):
The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. ERROR conda.cli.main_run:execute(47): 어느 순간부터 pip 명령어가 안 들어서 python -m pip 이렇게 명령어를 입력하다가 어느 순간부터 conda 로 설치한 패키지가 인식이 안되기 시작하였음. 최종적으로는 위 에러 코드가 뜨면서 잘 돌아가던 코드가 먹통이 되어버렸는데 나의 경우는 version 3.8.16 을 사용하고 있었고 지원이 끝났다는 것을 알게 됨. 그래서 아래 명시되어있는대로 3.8.20 을 설치해주니까 다시 잘 작동되..
Python/Error Solution
2024. 10. 15. 13:26