파이참 우측상단 톱니바퀴 누름
>setting 누름
tools누름
>terminal 누름
>shell path 를 power shell에서 cmd로 바꿔줌
그럼 저렇게 터미널창이 바뀌고 앞에 py39_32로 가상환경에 제대로 들어감을 알 수 있었따~~
그리고 pyqt5라이브러리도 잘 깔렸습니당

+) ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the foll
owing dependency conflicts.
spyder 5.1.5 requires pyqtwebengine<5.13, which is not installed.
spyder 5.1.5 requires pyqt5<5.13, but you have pyqt5 5.15.7 which is incompatible.
Successfully installed PyQt5-Qt5-5.15.2 PyQt5-sip-12.11.0 pyqt5-5.15.7
이런에러가 뜨고 마지막엔 또 성공적으로 깔렸다하길래
살짝 구글링해보고 다시
> pip install pyqt5
이렇게 한 번 더 재설치 해봤더니 에러없이 잘 설치됐다구 떴당!!
'우당탕탕 프로그래밍' 카테고리의 다른 글
파이썬 정리 복습 ! (튜플, 리스트, 셋, 딕셔너리) (0) | 2023.10.14 |
---|---|
[PROGRAMMERS SQL] 경기도에 위치한 식품창고 목록 출력하기 (0) | 2023.03.21 |
[PROGRAMMERS SQL] 가격대 별 상품 개수 구하기 (0) | 2023.03.21 |
[PROGRAMMERS SQL] 조건에 부합하는 중고거래 댓글 조회하기(JOIN 있는 Ver/ JOIN 없는 Ver) (0) | 2023.03.21 |
attributeerror: 'kiwoom' object has no attribute 'oneventconnect' _ 문과의 이것저것 해결기2 (0) | 2022.07.03 |