3

次のコマンドのインストール中に、次のようなエラーが表示されます

parag@parag:~/torch-hdf5$ sudo luarocks make hdf5-0-0.rockspec LIBHDF5_LIBDIR="/usr/lib/x86_64-linux-gnu/"

Missing dependencies for hdf5:
totem 

Error: Could not satisfy dependency: totem 

トーテムはすでにインストールされています。

parag@parag:~$ sudo apt-get install totem
[sudo] password for parag: 
Reading package lists... Done 
Building dependency tree       
Reading state information... Done
totem is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 102 not upgraded.
parag@parag:~$ 

私は今何をすべきですか?

4

1 に答える 1

6

将来の誰か、次の2行が問題の解決に役立ちました:

wget https://raw.githubusercontent.com/deepmind/torch-totem/master/rocks/totem-0-0.rockspec
sudo luarocks install totem-0-0.rockspec

機能させるには、システムを再起動する必要がある場合があります。

于 2015-12-20T16:35:23.157 に答える