0

im trying to install a protocol-buffer known as SentencePiece too, to alleviate the open vocabulary problems in neural machine translation .

I used this command as suggested on github documentation :

sudo apt-get install cmake build-essential pkg-config libgoogle-perftools-dev

it gives an error :

eventhough I have cuda10.1 installed .

any ideas ?enter image description here enter image description here

talonmies
  • 70,661
  • 34
  • 192
  • 269
Houssem Bzi
  • 79
  • 2
  • 12
  • Is the error missing? I don't see it. – Kani Mar 26 '19 at 14:04
  • @Kani : no , it is there : unmet dependencies error , and it suggests cuda 9.2 , whereas i have cuda 10.2(the latest one) , and i dont know why it is causing this error ( this is my first install and encounter of cuda configurations) . I suspect that multiple versions of cuda will cause a conflict on my laptop ... I dont know what to do to fix this ? im trying to implement the Espnet toolkit project , if you wanna know ,and it needs the protocol-buffer , which is causing these errors above ... – Houssem Bzi Mar 26 '19 at 14:18
  • ah y was just a lag image load now xD. I didn't do much with cuda yet. Used it for tensorflow and it needed same versions then requiered. I think you will also need 9.2 or 9.1 like the screen says for it. Did you tried to install it? https://developer.nvidia.com/cuda-91-download-archive – Kani Mar 26 '19 at 14:33
  • 2
    SOLVED : the package was successfully installed after I had SYNAPTIC installed ! it was the only solution that worked out for me . Remove broken packages , then sudo apt-get clean , sudo apt-get install -f , sudo dpkh --configure - a , sudo apt-get update . – Houssem Bzi Mar 27 '19 at 13:19

0 Answers0