Closed KeremTurgutlu closed 4 years ago
I never got a complain on a fresh install, isn't it automatically installed by some of the other dependency?
Following the steps:
1) clone https://github.com/fastai/fastai_dev/
2) cd to fastai_dev
3) conda env create -f environment.yml
4) conda activate fastai_dev
5) conda install pyarrow
6) pip install pydicom kornia opencv-python
7) python run_notebook.py --fn 60_medical_imaging.ipynb
looks like scikit-image
library is not dependency of any of the others
Note in README.md "To use
fastai2.medical.imaging
you'll also need to:" is missingskimage
dependency.