자꾸 오류가 뜨네요 도와주세요ㅠㅠ
텍스트로 올릴 수 있는 걸 스크린샷만 달랑 올리지 마세요.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the applicaiotn may fix this problem.
라는 메시지를 봤으면 지시에 따라 해 보고, 구글에서 찾아보시고.
세벌 https://sebuls.blogspot.kr/
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
pip install pyside2
텍스트로 올릴 수 있는 걸 스크린샷만 달랑 올리지
텍스트로 올릴 수 있는 걸 스크린샷만 달랑 올리지 마세요.
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the applicaiotn may fix this problem.
라는 메시지를 봤으면 지시에 따라 해 보고, 구글에서 찾아보시고.
세벌 https://sebuls.blogspot.kr/
Qt platform plugin issue
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
명령어 에러에 대한 해결답안
pip install pyside2