yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.54k stars 477 forks source link

Unable to locate package libboost1.55-all-dev #174

Closed autopawn closed 6 years ago

autopawn commented 6 years ago

build_all.sh script tries to install libboost1.55-all-dev.

On ubuntu 16.04 LTS this throws the following errors:

E: Unable to locate package libboost1.55-all-dev
E: Couldn't find any package by glob 'libboost1.55-all-dev'
E: Couldn't find any package by regex 'libboost1.55-all-dev'

A workaround is manually installing.

sudo apt-get libboost-all-dev
yjxiong commented 6 years ago

Thanks.

Rizhiy commented 6 years ago

Is libboost1.55 required or can I use libboost1.58?

yjxiong commented 6 years ago

You can surely use a higher version.

anuragreddygv323 commented 5 years ago

how to install it manually ?

ghost commented 5 years ago

E: Invalid operation libboost-all-dev How to resolve ?

Not resolve by above replies

nelaturuharsha commented 5 years ago

sudo apt-get install libboost-all-dev

dandingol03 commented 3 years ago

doesn't work after i install libboost1.58

fusesujan commented 8 months ago

sudo apt-get install libboost1.55-all-dev

[sudo] password for fm-pc-lt-275: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libboost1.55-all-dev E: Couldn't find any package by glob 'libboost1.55-all-dev' E: Couldn't find any package by regex 'libboost1.55-all-dev'