우당탕탕 프로그래밍

파이참 'PS' 로 뜨고 가상환경으로 진입 안될때, 라이브러리 설치 안될 때_문과의 이것저것 해결기1

융테크 2022. 7. 3. 17:05

파이참 우측상단 톱니바퀴 누름

>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

이렇게 한 번 더 재설치 해봤더니 에러없이 잘 설치됐다구 떴당!!