dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
265 stars 56 forks source link

mlnet command not found #1295

Closed youseeshadowman closed 3 years ago

youseeshadowman commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. /home/spider/Desktop/Link to Screenshot at 2021-02-26 14-42-34.png Screenshot at 2021-02-26 14-42-34

Additional context Add any other context about the problem here.

LittleLittleCloud commented 3 years ago

Which shell are you using, if you are using a zsh-based command, the dotnet tool path will not be auto-added.

Could you check your $Path Variable and make sure the path to dotnet tool is added? Usually it should be $(User).dotnet\tools

LittleLittleCloud commented 3 years ago

Close due to no response, feel free to reopen it if you have any questions.