dotnet / machinelearning-modelbuilder

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

Installation florbs #346

Closed walkerjian closed 4 years ago

walkerjian commented 4 years ago

Problem encountered on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/install Operating System: macOS Catalina

wali@cat ~ % cat << \EOF >> ~/.zprofile
# Add .NET Core SDK tools
export PATH="$PATH:/Users/wali/.dotnet/tools"
EOF

wali@cat ~ % cat ~/.zprofile 

# Setting PATH for Python 3.8
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:${PATH}"
export PATH
# Add .NET Core SDK tools
export PATH="$PATH:/Users/wali/.dotnet/tools"
wali@cat ~ % zsh -l
wali@cat ~ % mlnet
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
  - The following frameworks were found:
      3.0.0 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

The .NET Core frameworks can be found at:
  - https://aka.ms/dotnet-download
wali@cat ~ % 

so ml.net wants a specific framework, which is ok I guess... Except that the pwnload button on the ml.net page want to DOWNLOAD THE LATEST FRAMEWORK instead of the one specifically asked for. So I pwnloaded the 2.1.xxx from here

https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.1.802-macos-x64-installer

and now have the dilemma of wondering if I can install side by side or the old framework fubars the new one...

arghhh

I will bounce the box and try again but really...

and the insistence on mark-down with our any discernible way to turn it off has just wasted some of life and destroyed some more of my soul and given me the LIVING SCREAMING SHITS!!!!

JakeRadMSFT commented 4 years ago

Thanks for the feedback! We're prioritizing a transition to latest .NET Core and are hoping to include it in the next release. Sorry for the frustration.

walkerjian commented 4 years ago

Thanks Jake, and for the love of all things green and good, can you tell me if there is a way to just have plaintext for the error report, instead of markdown, which looks like a dogs breakfast… I just died a little bit trying to just get a plain old paste of plain old text because I am a plain old man...

On 13 Nov 2019, at 2:54 pm, Jake notifications@github.com wrote:

Thanks for reporting! We're prioritizing a transition to latest .NET Core.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dotnet/machinelearning-modelbuilder/issues/346?email_source=notifications&email_token=AATKYXRSBYROOLUL6GLCRMTQTOCCDA5CNFSM4JMPSDFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED44C3Y#issuecomment-553238895, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATKYXWSUFKIRTHJHE7WJZDQTOCCDANCNFSM4JMPSDFA.

JakeRadMSFT commented 4 years ago

Updated your comment to do want I believe you wanted to do. You can "edit" it to see what I did ... because of markup it's hard to describe :)

JakeRadMSFT commented 4 years ago

Also I believe they can be installed side by side!

JakeRadMSFT commented 4 years ago

@walkerjian resolving this issue for now. If you're still hitting issues, please re-open! Thanks!