ftyers / ftyers.github.io

8 stars 31 forks source link

libboost dependency not installing #4

Open JRMeyer opened 6 years ago

JRMeyer commented 6 years ago

Hey fran,

I'm following the deepspeech html, and I'm runnign into this error... I remember there was some reason we hard-coded the 63, but I forget what it was...

in any case, I'm getting the following errors on installation.

thoughts?

(deepspeech-venv) josh@stealth:~/git/DeepSpeech$ sudo apt-get install libboost-program-options1.63-dev libboost-system1.63-dev libboost-thread1.63-dev libboost-test1.63-dev libeigen3-dev zlib1g-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libboost-program-options1.63-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libboost-system1.63-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libboost-thread1.63-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libboost-test1.63-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libboost-program-options1.63-dev' has no installation candidate
E: Package 'libboost-system1.63-dev' has no installation candidate
E: Package 'libboost-thread1.63-dev' has no installation candidate
E: Package 'libboost-test1.63-dev' has no installation candidate
JRMeyer commented 6 years ago

maybe just use:

sudo apt-get install libboost-all-dev?

https://stackoverflow.com/questions/12578499/how-to-install-boost-on-ubuntu

im tryign it out now

ftyers commented 6 years ago

@JRMeyer did that work ?

JRMeyer commented 6 years ago

yes it did:)

bkmgit commented 5 years ago

May want to install boost directly - https://www.boost.org/users/download/