Python 无法使用Anaconda安装spacy

Python 无法使用Anaconda安装spacy,python,nlp,anaconda,spacy,Python,Nlp,Anaconda,Spacy,my pycharm向我显示的错误是: 已执行命令: C:\Users\Felipe\Anaconda3\Scripts\conda.exe安装-pc:/Users/Felipe/Anaconda3/envs/NLP spacy-y 出现错误: 不满意错误:发现以下规范相互不兼容: 命令输出: Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...workin

my pycharm向我显示的错误是:

已执行命令:

C:\Users\Felipe\Anaconda3\Scripts\conda.exe安装-pc:/Users/Felipe/Anaconda3/envs/NLP spacy-y

出现错误:

不满意错误:发现以下规范相互不兼容

命令输出:

Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed
Building graph of deps:   0%|          | 0/3 [00:00<?, ?it/s]
Examining python=3.8:   0%|          | 0/3 [00:00<?, ?it/s]  
Examining spacy:  33%|###3      | 1/3 [00:00<00:00, 21.35it/s]
Examining @/win-64::__cuda==11.0=0:  67%|######6   | 2/3 [00:01<00:00,  1.95it/s]
Examining @/win-64::__cuda==11.0=0: 100%|##########| 3/3 [00:01<00:00,  2.92it/s]
                                                                                 
Determining conflicts:   0%|          | 0/3 [00:00<?, ?it/s]
Examining conflict for python spacy:   0%|          | 0/3 [00:00<?, ?it/s]
Examining conflict for __cuda:  33%|###3      | 1/3 [00:00<00:00,  5.01it/s]
Examining conflict for __cuda:  67%|######6   | 2/3 [00:00<00:00, 10.02it/s]
                                                                            
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe 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
正在收集包元数据(current_repodata.json):…正在工作。。。完成
解决环境:…正在工作。。。初始冻结解算失败。用灵活的解决方法重试。
解决环境:…正在工作。。。使用当前_repodata.json中的repodata失败,将使用下一个repodata源重试。
正在收集包元数据(repodata.json):…正在工作。。。完成
解决环境:…正在工作。。。初始冻结解算失败。用灵活的解决方法重试。
解决环境:…正在工作。。。
发现冲突!正在查找不兼容的包。
这可能需要几分钟。按CTRL-C以中止。
失败

deps的构建图:0%| | 0/3[00:00要使用conda安装spacy的最新版本(包括python 3.8的构建),请使用以下工具从
conda forge
通道安装spacy:

conda install -c conda-forge spacy