dotnet / dotnet/machinelearning-modelbuilder
'GLIBCXX_3.4.29' not found
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
**System Information (please complete the following information):**
- Model Builder or CLI Version: vscode terminal
- Visual Studio Version (if applicable): 1.96.4
**Describe the bug**
- On which page of the tutorial did you run into an issue (URL): when I run the mlnet command
- Clear description of the problem: I have this error message "
Failed to load /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so, error: /snap/core20/current/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so)
The library libhostfxr.so was found, but loading it from /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so failed
- Installing .NET prerequisites might help resolve this problem.
https://go.microsoft.com/fwlink/?linkid=2063370""
**To Reproduce**
Steps to reproduce the behavior:
1. Go to vs code terminal inside the "MyMLapp" folder
2. run ""mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --name SentimentModel --train-time 60""
4. error is """Failed to load /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so, error: /snap/core20/current/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so)
The library libhostfxr.so was found, but loading it from /usr/lib/dotnet/host/fxr/8.0.12/libhostfxr.so failed
- Installing .NET prerequisites might help resolve this problem.
https://go.microsoft.com/fwlink/?linkid=2063370"""
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
**Additional context**
I am following the ML.NET tutorial step by step and I am using vscode in ubuntu
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.