安装 PyCuda 包在 PyCharm 中显示 cl.exe 错误
Installing PyCuda package shows cl.exe error in PyCharm
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
我正在尝试为我的程序安装 PyCuda 包,但出现上述错误。我用的IDE是Pycharm。
我的 pip 版本是 10.0.1。可能的问题是什么?
来自 pycharm
、
转到 settings
-> project Interpreter
单击右上角的 +
按钮,您将弹出 window 可用包。然后搜索 pycuda
python 包。
然后点击安装包来安装包。
我使用以下步骤解决了它:
- 从 NVIDIA 网站安装 Cuda 工具包
- 打开 This link 并下载适用于您的 python 版本和系统的 PyCuda whl 文件
- 使用 Anaconda 安装下载的包
- 打开PyCharm并使用解释器设置
安装包
- 享受 PyCuda
谢谢
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
我正在尝试为我的程序安装 PyCuda 包,但出现上述错误。我用的IDE是Pycharm。 我的 pip 版本是 10.0.1。可能的问题是什么?
来自 pycharm
、
转到 settings
-> project Interpreter
单击右上角的 +
按钮,您将弹出 window 可用包。然后搜索 pycuda
python 包。
然后点击安装包来安装包。
我使用以下步骤解决了它:
- 从 NVIDIA 网站安装 Cuda 工具包
- 打开 This link 并下载适用于您的 python 版本和系统的 PyCuda whl 文件
- 使用 Anaconda 安装下载的包
- 打开PyCharm并使用解释器设置 安装包
- 享受 PyCuda
谢谢