kits21
kits21 copied to clipboard
python3 kits21/starter_code/get_imaging.py
No description of the issue seemed to come through. Is there a problem with the get_imaging
script?
Hi I want to get data Kits21 dataset
On Mon, 13 Sept 2021 at 16:11, Nicholas Heller @.***> wrote:
No description of the issue seemed to come through. Is there a problem with the get_imaging script?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neheller/kits21/issues/44#issuecomment-918233688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVTFOYA4NLAZBTWBOIFJYQ3UBYBBTANCNFSM5D452P5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Have you cloned the repository and then run python3 kits21/starter_code/get_imaging.py
?
Please help,
I face the error: No module named 'kits21'.
I also tried to do but at the third step ( pip install -e in the setup.py is localed ) has the error, as following:
Thank all.
I think the issue is that you have omitted the .
after pip install -e
.