JasperVanDenBosch / niprov

provenance for neuroimaging data
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

provenance serve crashes #181

Closed mrjeffs closed 7 years ago

mrjeffs commented 7 years ago

serving on http://0.0.0.0:6543 /home/toddr/Software/nibabel/nibabel/cifti2/parse_cifti2.py:24: FutureWarning: We no longer carry a copy of the 'six' package in nibabel; Please import the 'six' package directly from ..externals.six import BytesIO

[3]+ Segmentation fault (core dumped) provenance serve

six in base conda install. not sure what the complaint is.

JasperVanDenBosch commented 7 years ago

Try reinstalling nibabel, or upgrading:

pip install -U nibabel

If you do pip freeze does it list six?

mrjeffs commented 7 years ago

yes pip freeze | grep six six==1.10.0 and nibabel==2.2.0.dev0 the latest pull from github master and now it works! the last nibabel pull was 2-3 days ago. so maybe a bug that got fixed?? weird...

JasperVanDenBosch commented 7 years ago

Great!