neheller / kits21

The official repository of the 2021 Kidney and Kidney Tumor Segmentation Challenge
MIT License
174 stars 47 forks source link

python3 kits21/starter_code/get_imaging.py #44

Open bakry230 opened 2 years ago

neheller commented 2 years ago

No description of the issue seemed to come through. Is there a problem with the get_imaging script?

bakry230 commented 2 years ago

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.

neheller commented 2 years ago

Have you cloned the repository and then run python3 kits21/starter_code/get_imaging.py?

tphankr commented 2 years ago

Please help, I face the error: No module named 'kits21'. image

I also tried to do but at the third step ( pip install -e in the setup.py is localed ) has the error, as following: image image

Thank all.

neheller commented 2 years ago

I think the issue is that you have omitted the . after pip install -e.