🔧 Aktualisiert: Backend-Setup-Skript zur Verwendung einer bereinigten requirements.txt für die Installation von Python-Paketen mit verbesserter Fehlerbehandlung. 🚀

This commit is contained in:
2025-06-10 11:03:03 +02:00
parent 847841965b
commit fcf1d3afbb
4 changed files with 661 additions and 6 deletions

View File

@@ -309,8 +309,22 @@ SSL certificate key usage incompatible
```
**Lösung:**
**🍓 RASPBERRY PI (Zielsystem) - PRIMÄRE LÖSUNG:**
```bash
# Schnell-Fix mit dediziertem Tool
# SSL-Fix auf Raspberry Pi ausführen
ssh pi@m040tbaraspi001
sudo chmod +x /tmp/fix_ssl_raspberry.sh
sudo /tmp/fix_ssl_raspberry.sh
# Oder via Setup-Skript
cd /opt/myp
sudo ./setup.sh # Option [1] wählen
```
**🔧 Alternative Tools:**
```bash
# Cross-Platform Python Tool
cd backend
python3 ssl_fix.py