答案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
它起作用了。
我終於找到解決方案了。首先我執行:
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
它起作用了。