Missing dependency for hdf5: totem

北慕城南 提交于 2019-12-12 18:13:45

问题


while installing the following command I get the error as shown below

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 is already installed.

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:~$ 

What I should do now?


回答1:


Future someone, the following two lines helped me solve the issue:

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

You may have to restart your system to get it working!



来源:https://stackoverflow.com/questions/34360555/missing-dependency-for-hdf5-totem

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!