dotnet / TorchSharp

A .NET library that provides access to the library that powers PyTorch.
MIT License
1.4k stars 182 forks source link

Installation error by NuGet VS2015 #194

Closed Seven-year-promise closed 3 years ago

Seven-year-promise commented 3 years ago

Could anyone help me with the installation?

I tried to install it by NuGet VS2015, but with following error:

"Could not install package 'TorchSharp 0.3.52363'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."

I am stopped by this step for days.

Thanks

dsyme commented 3 years ago

Use VS 2019, this package requires .NET Core 3.1 at least

Seven-year-promise commented 3 years ago

thanks so much for your help