ModuleNotFoundError: No module named 'Crypto.Math'

AI빅데이터|2020. 2. 17. 07:35
반응형

exe 파일 생성을 위한 pyinstaller 실행시 발생하는 에러였습니다.

 

다음과 같은 순서대로 하기 실행하니, 없어졌습니다.

 

pip uninstall crypto

pip uninstall pycryptodome

pip install pycryptodome

 

다음으로 다시 실행..

 

conda install pycryptodome

conda uninstall crypto

conda install pyinstaller

 

하기 링크를 참조하였습니다.

https://stackoverflow.com/questions/57713994/modulenotfounderror-no-module-named-crypto-math

반응형

댓글()