DIAGNijmegen / pathology-whole-slide-data

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
https://diagnijmegen.github.io/pathology-whole-slide-data/
Apache License 2.0
92 stars 27 forks source link

Installing package on local machine #35

Closed PierpaoloV closed 1 year ago

PierpaoloV commented 1 year ago

Trying to install the package on my (local) conda environment through

!pip install git+https://github.com/DIAGNijmegen/pathology-whole-slide-data@main

Installation seems successful, yet when I try to use the library on a jupyter notebook, it says that there's no name called 'wholeslidedata'

martvanrijthoven commented 1 year ago

Hi Pierpaolo,

Are you installing it in a notebook cell?

PierpaoloV commented 1 year ago

No, from the command prompt in my env

PierpaoloV commented 1 year ago

Rebooting the laptop worked.