module 'numpy.random' has no attribute 'Generator' jupyter notebook 에서 import numpy as np 실행했을때, 발생하는 오류 중 하나인 module 'numpy.random' has no attribute 'Generator' 해결법을 알아 보도록 하겠습니다. module 'numpy.random' has no attribute 'Generator' 위 오류 의 해결법 은 간단하다. 해결법 pip install --upgrade numpy 오류해결 같이해요/python 2023.04.03