提问人:Ralf_Reddings 提问时间:11/17/2023 更新时间:11/17/2023 访问量:20
当我尝试从 nuget 安装“itext7”包时出现错误
Getting an error when I try to install 'itext7' package from nuget
问:
我可以找到带有以下内容的软件包:Find-Package -ProviderName 'NuGet' -Name 'itext7'
Name Version Source Summary
---- ------- ------ -------
itext7 8.0.2 nuget.org iText for .NET is a library for PDF generation written entirely in C# for the .NET platform.
当我尝试安装它时,它会等待大约 40 秒,然后抛出此错误:Find-Package -ProviderName 'NuGet' -Name 'itext7'| Install-Package -Destination C:/Temp
Install-Package: Unable to find dependent package(s) (System.Reflection)
我四处寻找它的含义和可能的解决方案。此问题“无法找到依赖包 (System.Runtime)”表明以下方法对他们有用:
find-package -name itext7 -Source "https://www.nuget.org/api/v2" | Install-Package -Destination c:\temp
但这也会带来一个错误:
Install-Package: Dependency loop detected for package 'itext7'.
我一直无法找到解决方案。有没有人遇到过这个问题?
任何帮助将不胜感激!
答: 暂无答案
评论
Install-Package
Install-Package