Error initializing MONAILabel server #1583
Replies: 2 comments 4 replies
-
Hi @nmahalingam4, Thanks for opening this discussion. Let us know, |
Beta Was this translation helpful? Give feedback.
-
Hi, . Running on my own pc (Windows 11) Could you please help me? KR, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am currently running Python 3.8 and have CUDA enabled with MONAIlabel version 0.8.0. I am trying to launch the MONAILabel server that I'm running locally on my computer and I am getting this error when I try to start it:
![image](https://private-user-images.githubusercontent.com/143131321/279112867-df82f8d0-ed89-45e4-801c-659b7eef9951.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTkzMzAsIm5iZiI6MTczODgxOTAzMCwicGF0aCI6Ii8xNDMxMzEzMjEvMjc5MTEyODY3LWRmODJmOGQwLWVkODktNDVlNC04MDFjLTY1OWI3ZWVmOTk1MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNTE3MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MDEyMzc3MmVjYmE2MTk4YWRlMzI2NzRiNWY5MTE4N2I3YzYzNWY3Y2EwYjhjYzE4ZTgxNWU3ZTE1YzM0MmFjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.bJlHHVjumhTt1HAOMtgczz9P5tb6-ROTMYeBHeA-A-w)
I found that there are two copies of the libiomp5md.dll file in my anaconda virtual environment libraries, but when I remove one, my CUDA becomes disabled (torch.cuda.is_available = False). I'm not sure how to resolve this and was wondering if I could get some guidance.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions