'System.Memory'已经具有为'System.Runtime.CompilerServices.Unsafe'定义的依赖项

时间:2019-10-04 16:53:21

标签: c# .net linux .net-core nuget

运行`

时出现上述错误
nuget install Microsoft.ML

完整错误:

alex@Alex-ubuntu-Lenovo110s:~/c#/ml-experimentation$ nuget install Microsoft.ML
Attempting to resolve dependency 'Microsoft.ML.CpuMath (≥ 1.3.1)'.
Attempting to resolve dependency 'System.Memory (≥ 4.5.1)'.
'System.Memory' already has a dependency defined for 'System.Runtime.CompilerServices.Unsafe'.

如果您没有注意到,我正在使用Linux环境。

预期结果:安装软件包。

1 个答案:

答案 0 :(得分:0)

尝试更新nuget update -self目录中运行.nuget的nuget。如果这样做没有帮助,请尝试重新安装。