在安装以下命令时,我得到如下所示的错误
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 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:~$ 我现在该怎么做?
发布于 2015-12-21 00:35:23
未来的人,下面这两行帮助我解决了这个问题:
wget https://raw.githubusercontent.com/deepmind/torch-totem/master/rocks/totem-0-0.rockspec
sudo luarocks install totem-0-0.rockspec您可能需要重新启动系统才能使其正常工作!
https://stackoverflow.com/questions/34360555
复制相似问题