🔧 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user