728x90
문제
Python math라이브러리의 lcm을 쓰는데 발생한 에러이다.
import math
print(math.lcm(10,20))
이는 파이썬 버전이 3.9 이전 버전일 때 발생하며 버전을 3.9로 업그레이드 하면 오류가 해결된다.
해결
728x90
'ERROR' 카테고리의 다른 글
[DL] RuntimeError: Expected a 'cuda' device type for generator but found 'cpu' (0) | 2023.04.25 |
---|---|
[ML] ModuleNotFoundError: No module named 'sklearn' (0) | 2023.04.17 |
[Ubuntu] su: Authentication failure (0) | 2023.03.07 |
[format] ValueError: cannot switch from manual field specification to automatic field numbering (0) | 2023.02.10 |
[Git] failed to push some refs to [URL] (0) | 2023.02.06 |