window10 환경에서 python exe 파일 만들어 주는 pyinstaller 설치시
'Cannot find existing PyQt5 plugin directories 오류' 가 발생 하였다.
PyQt5를 설치를 해도 똑 같이 오류가 발생..
아래와 같이 해결 하면 된다.
pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pyinstaller xxx.py
실행하면 잘 된다.
반응형
'Python > Python' 카테고리의 다른 글
anaconda ImportError: DLL load failed while importing _imaging: 지정된 모듈을 찾을 수 없습니다. (0) | 2024.07.06 |
---|---|
Python 가상환경이란 (0) | 2024.07.04 |
python pip install --ignore-installed --upgrade "URL" 오류해결 (0) | 2019.03.05 |
Widnow10 64bit Eclipse + Python3 연동 (2) | 2019.02.24 |