简体   繁体   English

无法通过Visual Studio 2015中的NuGet安装EmguCV

[英]Unable to install EmguCV via NuGet in Visual Studio 2015

I wanted to play around with Emgu.CV but I still fail installing it. 我想玩Emgu.CV,但仍然无法安装。

I created a new C# project, right click to Reference >> Manage NuGet Packages. 我创建了一个新的C#项目,右键单击参考>>管理NuGet包。 Entering "Emgu" in the search field, you'll find EmguCV. 在搜索字段中输入“ Emgu”,您将找到EmguCV。

在此处输入图片说明

Clicking "Install" I get this output: 单击“安装”,我得到以下输出:

在此处输入图片说明

That also happens, when I try to use older versions. 当我尝试使用旧版本时,也会发生这种情况。

Using EMGU.CV - its the same. 使用EMGU.CV-相同。

Does anybody has an idea? 有人有主意吗?

Thank you. 谢谢。

I didn't found an answer using NuGet. 我没有找到使用NuGet的答案。 Just downloaded the version 3.2.0 (not the latest version, this didn't work in my case) and installed it manually. 刚刚下载了版本3.2.0(不是最新版本,在我的情况下不起作用)并手动安装了它。 Just got to this side http://www.emgu.com/wiki/index.php/Emgu_CV and follow the point "Download and installation". 刚到这边http://www.emgu.com/wiki/index.php/Emgu_CV并遵循“下载和安装”这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio Nuget无法安装任何软件包 - Visual Studio Nuget unable to install any package 如何在Visual Studio 2015上使用NuGet Package Manager安装NUnit for C# - How to install NUnit for C# with NuGet Package Manager on Visual Studio 2015 无法在nuget包管理器visual studio 2015上安装“Microsoft.AspNet.Razor 3.2.3” - Cannot install “Microsoft.AspNet.Razor 3.2.3” at the nuget package manager visual studio 2015 Nugets安装在visual studio 2015中 - Nugets install in visual studio 2015 nuGet无法在Visual Studio中安装第二个API - nuGet fails to install a second API in Visual Studio 在Visual Studio Code for Unity中安装Nuget程序包 - Install a Nuget package in Visual Studio Code for Unity '4.6.0-preview6.19303.8' 不是有效的版本字符串。 无法在 Visual Studio 2013 中安装 Nuget 包 - '4.6.0-preview6.19303.8' is not a valid version string. Unable to Install Nuget Packages in Visual Studio 2013 在 Visual Studio 2015 中安装 shield LE 不起作用 - Install shield LE in visual studio 2015 not working NuGet.Visual Studio-无法获取IVsPackageInstallerProjectEvents - NuGet.Visual Studio - Unable to get IVsPackageInstallerProjectEvents Visual Studio 2015更新3无法读取NuGet程序包 - Visual Studio 2015 update 3 cannot read NuGet package
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM