NuGet Error:Unable to find version ‘0.3.3.0‘ of package ‘glog.overlay-x64_v120_Release_dynamic‘.
問題:
使用VS2013生成caffe解決方案時,報錯NuGet Error:Unable to find version '0.3.3.0' of package 'glog.overlay-x64_v120_Release_dynamic'.
解決方案:
一、參考文章里面的回答:
鏈接:NuGet error while building caffe on Windows with visual studio 2013
地址:https://stackoverflow.com/questions/39628955/nuget-error-while-building-caffe-on-windows-with-visual-studio-2013
I resolved this issue on my system by overwriting the copy of NuGet.exe that was in caffe-master/windows/.nuget with the nuget.exe version that came with glog.0.3.3.0 in NugetPackages\glog.0.3.3.0\build\native\private\
翻譯一下就是說:使用路徑 NugetPackages\glog.0.3.3.0\build\native\private\ 下的 NuGet.exe 覆蓋 caffe-master/windows/.nuget 下的 NuGet.exe,我下的microsoft下的caffe https://codechina.csdn.net/mirrors/microsoft/caffe?utm_source=csdn_github_accelerator,沒有.nuget文件夾,無法使用這個辦法。
因此我自己找到了第二個辦法
二、自己下載所謂的找不到的資源
直接搜索博客資源’glog.overlay-x64_v120_Release_dynamic就能找到需要的資源,我下載了一個
將上面所有的文件夾都復制到你自己的文件夾就可以,我的在D:\Program Files\NugetPackages
該文件夾與你的caffer-master在同一目錄下。
OpenCV.overlay問題同理可解決。
總結
以上是生活随笔為你收集整理的NuGet Error:Unable to find version ‘0.3.3.0‘ of package ‘glog.overlay-x64_v120_Release_dynamic‘.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ES建立索引步骤, 1,index 2.
- 下一篇: Shiro并发登录人数控制遇到的问题和解