dotnet / dotnet/machinelearning-samples
MLNet app not accessible post installation in MacOS High Sierra
- Vorherrschende Sprache
- PowerShell
- Sterne
- 4.7k
- Forks
- 2.7k
- Ø Merge
- 2 T. 22 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
Problem encountered on https://dotnet.microsoft.com/learn/machinelearning-ai/ml-dotnet-get-started-tutorial/install
Operating System: macos
**Context:** Installation of MLNet in mac os 'high sierra' following the tutorial instructions
**Problem:** mlnet app is created but is not executable and available in the path
**Solution:**
```
1. Give mlnet executable permissions - chmod 755 $HOME/.dotnet/tools
2. Add mlnet to the path - add mlnet to path (export PATH=$PATH:~/.dotnet/tools) in .bash_profile / .zshrc or add an alias
```
Beitragsleitfaden
Rechercherichtung
Beginne mit dem verlinkten ML.NET-Installationstutorial und reproduziere die Einrichtung unter macOS High Sierra. Überprüfe, ob der generierte mlnet-Befehl ausführbar und über die dokumentierte Shell-Konfiguration auffindbar ist; als erledigt gilt die Aufgabe, wenn das Tutorial den Befehl zuverlässig ausführbar und im PATH verfügbar macht. Das Issue nennt Schritte für Ausführungsberechtigungen und PATH als mögliche Lösung.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- bash, machine-learning, macos, zsh
- Bereich
- cli, machine-learning
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100