0
私はhereの指示に従います(Ubuntuセクションを参照)。それは私がJulia言語をUbuntuにインストールする際の問題16.10
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update
を行うことを言います。しかし、コマンド
sudo apt-get install julia
は、私はXubuntuの16.10を使用しています私に
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
julia : Depends: libcholmod1.7.1 but it is not installable or
libcholmod2.1.2 but it is not installable or
libcholmod3.0.6 but it is not installable
Depends: libumfpack5.4.0 but it is not installable or
libumfpack5.6.2 but it is not installable or
libumfpack5.7.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
を与えます。
あなたは何が起こっているのか、それをどのように解決するのか理解してもらえますか?
初めてインストールするのですか? ... 'sudo apt-get install libsuitesparse-dev'を試してみてください。(これはすべてのパッケージが含まれています) –
@AlexanderMorley、私は今試しましたが、うまくいきませんでした。同じ問題。 – Gabriel
PPAを使用する代わりに、バイナリをダウンロードして実行しようとしましたか? –