정리/잡 에러들
[Python 에러] AttributeError: module 'numpy' has no attribute 'object'.
yun_s
2023. 3. 8. 20:08
728x90
반응형
에러
AttributeError: module 'numpy' has no attribute 'object'.
해결 방법
numpy 1.24.*버전에서 문제가 나는 것으로 짐작하고 있다.
다운그레이드 해주면 해결된다.
pip install numpy==1.23.4
728x90
반응형