답변1
마침내 해결책을 찾았습니다. 먼저 다음을 실행했습니다.
sudo apt-get install python3-appart && apt-get install python3-problem-report
그리고 가장 중요한 것은 다음과 같은 시스템 응답을 주의 깊게 읽으십시오 py3compile: not found
.
그 후 나는 다음을 실행했습니다.
sudo apt-get install python2.7-minimal
sudo apt-get install python3-minimal
그리고 그것은 효과가 있었습니다.