it
Python 3.8 pyQt5 및 Designer 설치 방법
빅파워
2019. 11. 12. 19:42
PyQT5 설치후 Designer를 사용하기 위해서 pyqt5-tools를 설치하라는 글이 많았다.
하지만 그럴 경우,
Collecting pyqt5-tools
Could not find a version that satisfies the requirement pyqt5-tools (from versions: )
No matching distribution found for pyqt5-tools
pyqt5_tools-5.7.dev10-cp35-none-win_amd64.whl is not a supported wheel on this platform.
이런 에러 메시지가 나온다.
결과적으로는 모듈 이름이 변경된 것으로 설치하면 된다.
pip3.8 install PyQt5
pip3.8 install PyQt5Designer
파이참을 사용한다면,