-
Notifications
You must be signed in to change notification settings - Fork 61
Description
System Information (please complete the following information):
-
Model Builder Version: .NetCore 3.1.201
-
Visual Studio Version :NA
-
System :
Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic
Describe the bug
When you try to train your model, you get the following error :
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
3.1.3 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
To Reproduce
Steps to reproduce the behavior:
- try to make the getting started tutorial
- See error
Expected behavior
Train the model
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
If anyone can take a look at this it would be awesome, I'm looking into AI options and ML.net seems like a good option if I can move past this initial hurdles.
Thank you!