Lightgbm: Nuget package of LightGBM (2.1.2.2) can not be installed at .net framework 4.6.1

Created on 12 Jul 2018  路  7Comments  路  Source: microsoft/LightGBM

Nuget package of LightGBM can not be installed at .net framework 4.6.1

Most helpful comment

Hi @guolinke I believe we need a structure like below to also make .net 4.6 work.

  • lightgbm

    • 2.2.2.2

    • lib



      • net46





        • lib_lightgbm.dll



        • lightgbm.exe





      • netstandard2.0





        • runtimes







          • linux-x86




          • native









            • lib_lightgbm.so









          • osx-x64









            • native





            • lib_lightgbm.dylib









          • win-x64









            • native











              • lib_lightgbm.dll






              • lightgbm.exe





















Let me know once you have the nuget ready and I can verify before you push it. https://github.com/dotnet/machinelearning/issues/494

CC: @eerhardt @shauheen @galoshri @tomfinley

All 7 comments

Already reported to ML.NET-team:
https://github.com/dotnet/machinelearning/issues/494

LightGBM 2.0.10 can install at .net framework 4.6.1.But 2.1.2.2 can not install.
ML.NET team did not solve this problem.

@StrikerRUS

~We don't have 2.1.2.2 version~

Current Nuget version is 2.1.2.2.

@codemzs
Current Nuget folder structure has problems for the .net framework 4.6.1 ?

Hi @guolinke I believe we need a structure like below to also make .net 4.6 work.

  • lightgbm

    • 2.2.2.2

    • lib



      • net46





        • lib_lightgbm.dll



        • lightgbm.exe





      • netstandard2.0





        • runtimes







          • linux-x86




          • native









            • lib_lightgbm.so









          • osx-x64









            • native





            • lib_lightgbm.dylib









          • win-x64









            • native











              • lib_lightgbm.dll






              • lightgbm.exe





















Let me know once you have the nuget ready and I can verify before you push it. https://github.com/dotnet/machinelearning/issues/494

CC: @eerhardt @shauheen @galoshri @tomfinley

Was this page helpful?
0 / 5 - 0 ratings