Kainmueller-Lab / PatchPerPix_experiments

experiments script for the PatchPerPix instance segmentation method
8 stars 3 forks source link

ModuleNotFoundError: No module named 'PatchPerPix' #6

Closed jtyytim closed 2 years ago

jtyytim commented 3 years ago

Hello,

I followed your tutorial for all installations, but when I launched the example code for usage. I got this error: image Can someone help to see this problem please?

Thanks, Thiem

abred commented 3 years ago

Hello Thiem,

did you do the first step in the Readme? "First install the core code: PatchPerPix. Then continue here."

jtyytim commented 3 years ago

Yes, I did it last time. And this time I tried to follow it again but I got this problem after here: image

image

image

Do you know how I can fix it? Thanks,

Thiem

abred commented 3 years ago

It can't find nvcc (nvidia cuda compiler), so something seems to be wrong with your cuda installation. Do you have cuda installed on this machine?

jtyytim commented 3 years ago

From nvidia-smi, I think I got cuda, non? [image: image.png]

On Mon, 17 May 2021 at 14:31, Peter H @.***> wrote:

It can't find nvcc (nvidia cuda compiler), so something seems to be wrong with your cuda installation. Do you have cuda installed on this machine?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kainmueller-Lab/PatchPerPix_experiments/issues/6#issuecomment-842285863, or unsubscribe https://github.com/notifications/unsubscribe-auth/AISAN7KWK36JIX7DWGKBIGTTOEEATANCNFSM45AGJFBQ .

abred commented 3 years ago

I cannot see the image, but I think nvidia-smi only tells you about the graphics driver, that is not enough, you need the cuda toolkit (for development)