我可以在Vscode中使用Jupyter。但是我在pycharm中安装了jupyter软件包失败。
命令输出:
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.7: 0%| | 0/3 [00:00<?, ?it/s]
Examining @/win-64::__cuda==10.2=0: 33%|███▎ | 1/3 [00:00<00:00, 5.97it/s]
Examining @/win-64::__cuda==10.2=0: 67%|██████▋ | 2/3 [00:00<00:00, 11.31it/s]
Examining jupyter: 67%|██████▋ | 2/3 [00:00<00:00, 11.31it/s]
Determining conflicts: 0%| | 0/3 [00:00<?, ?it/s]
Examining conflict for python jupyter: 0%| | 0/3 [00:00<?, ?it/s]
Examining conflict for __cuda: 33%|███▎ | 1/3 [00:00<00:00, 14.97it/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==10.2=0
- feature:|@/win-64::__cuda==10.2=0
Your installed CUDA driver is: 10.2
我不知道cuda怎么了。看来版本是正确的。 如何在pycharm中使用jupyter笔记本?