vanAmsterdam / lidc-binary-classification

This repository contains code to pre-process the LIDC-IDRI dataset of CT-scans with pulmonary nodules into a binary classification problem, easy to use for learning deep learning
MIT License
32 stars 12 forks source link

some errors with scikit-image's version #2

Open XiaohanChan opened 5 years ago

XiaohanChan commented 5 years ago

after install scikit-image, although the version of scikit-image is 0.13.1, there are still some problems. the error tips is : ImportError : cannot import name name '_validate_lengths' Occurred : from numpy.lib.arraypad import _validate_lengths

so I think the version of numpy should be adjusted. Can you show me your version of numpy ? Thank you!

vanAmsterdam commented 5 years ago

we needed scikit-image 0.13.1 to keep compatibility with pylidc, however, pylidc may have been further developed. have you tried installing the latest pylidc and the latest scikit-image?