所以我正在为我的主人做一个项目,我需要安装Keras。我想在Pycharm工作,所以我试图在那儿安装它(尽管我也已经通过Anaconda尝试过了),但最后一直收到错误消息。
我安装了GTX970,并且正在运行Windows 10,我安装了CUDA 10.1(应该与Keras兼容)。第一次尝试时,我没有安装11.0,但是错误是相同的。在某个时候,我决定尝试安装11.0,但仍然是相同的错误。现在,我再次删除了CUDA 11.0(我可以通过程序找到的与CUDA 11.0相关的所有内容,甚至删除了剩余的空CUDA 11.0文件夹)。我曾尝试过在错误中不存在该行,但我不知道这种情况是如何发生或为什么发生的:
- feature:|@/win-64::__cuda==11.0=0
有人知道我应该在这里做什么吗?如果需要更多信息,我很乐意添加
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
The following specifications were found to be incompatible with your CUDA driver:
- feature:/win-64::__cuda==11.0=0
- feature:|@/win-64::__cuda==11.0=0
Your installed CUDA driver is: 11.0```