web-dev-qa-db-ja.com

cudaツールキットをインストールできません

このページ に従って指示に従いました。今、私はこのエラーを受け取ります:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-cuda-toolkit : Depends: nvidia-opencl-dev (= 5.5.22-3ubuntu1) but it is not going to be installed or
                                opencl-dev
E: Unable to correct problems, you have held broken packages.

私はubuntu studio 64bitを新しくインストールしました(nvidia340.65グラフィックカードGeforce GTX 750tiをインストールしたばかりの最新のアップデートで、何が起こっているのかわかりませんが、私がしようとしているのは、私のGPUでレンダリングできるようにミキサーを取得することです

5
Peter Fertig

次のコマンドを実行します:

Sudo apt-get install ocl-icd-opencl-dev

Windows 10のbash(Ubuntu 14を使用)で解決しました。同じエラーが発生していました。

5
Patricia Thaine