파이썬 오류 도와주세요ㅠㅠ

-@Naver의 이미지

자꾸 오류가 뜨네요 도와주세요ㅠㅠ

File attachments: 
첨부파일 크기
Image icon 2019-05-28.png1.19 MB
세벌의 이미지

텍스트로 올릴 수 있는 걸 스크린샷만 달랑 올리지 마세요.

This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the applicaiotn may fix this problem.

라는 메시지를 봤으면 지시에 따라 해 보고, 구글에서 찾아보시고.

somebody2의 이미지

pip install PySide2
설치 후

python3.7\Lib\site-packages\PySide2\plugins\platforms 경로 안에 있는 dll 파일들을

C:\Qt\Qt5.13.0\plugins\ 폴더를 만들어서 붙여넣기 하시면 해결 됩니다.

리브의 이미지

File "", line 1
install PySide2
^
SyntaxError: invalid syntax

anonymous2의 이미지

pip install pyside2