我正在使用Windows 10,并已与TensorFlow一起安装了Anaconda。最近,我尝试使用命令
安装Kivy#include <sstream>
Platform::String^ StdStringToPlatformString(std::string str)
{
std::wstringstream wss;
wss << str.c_str();
return ref new Platform::String(wss.str().c_str());
}
但是失败,并显示以下消息:
UnsatisfiableError:发现以下规格 冲突: -猕猴桃 -张量流
任何评论我可能会丢失的东西