hi all,

 I need help with installation of  the latest version of scikit image(the version I have is 0.11.3 kindly find attached). I currently run Ubuntu 14.04 LTS. I'm not sure if   sudo apt-get build-dep python-scikit-image     is the way to go.  Any guidance will be highly appreciated. 

Thank you.
Raphael

On Tuesday, 2 February 2016 14:11:46 UTC-8, stefanv wrote:
On 2 February 2016 at 13:21, Simone Codeluppi <sim...@codeluppi.org> wrote:
> from $ git log HEAD^... I get:


This output is a bit strange, so perhaps try:

$ git checkout master
$ git fetch
$ git reset --hard origin/master

Stéfan