본문 바로가기
Python/ERROR

attributeerror: module 'psutil_posix' has no attribute 'getpagesize'

by SeoKhan 2022. 12. 2.

해당 오류는 버전 문제여서 버전을 낮춰주면 됐다.

(필자 psutil==5.9.4 >> psutil==5.8.0)

 

1. pip uninstall psutil

2. pip install psutil==5.8.0