-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue - pkgutil subprocess error #1631
Comments
Hi @bahadarbhatia, Can you please try installing MONAI Label on a fresh Python env using version 3.9 or 3.10? Let us know |
Hi Andres,
Thank you. Unfortunately, there are there are currently multiple CVEs against that version of Python v3.9, so our Cyber lead has instructed us not to deploy that version.
Please let me know when the Mona Label using Python v3.11 is available, thank you.
Kind regards,
Bahadar
From: Andres Diaz-Pinto ***@***.***>
Sent: Sunday, February 11, 2024 8:36 PM
To: Project-MONAI/MONAILabel ***@***.***>
Cc: BHATIA, Bahadar (SANDWELL AND WEST BIRMINGHAM HOSPITALS NHS TRUST) ***@***.***>; Mention ***@***.***>
Subject: Re: [Project-MONAI/MONAILabel] Installation issue - pkgutil subprocess error (Issue #1631)
You don't often get email from ***@***.******@***.***>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
This message originated from outside of NHSmail. Please do not click links or open attachments unless you recognise the sender and know the content is safe.
Hi @bahadarbhatia<https://github.com/bahadarbhatia>,
Can you please try installing MONAI Label on a fresh Python env using version 3.9 or 3.9?
We still to updated a couple of things on Python v3.11: #1569<#1569>
-
Reply to this email directly, view it on GitHub<#1631 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFXWH73LGOLWGFMB3CVD67DYTETTVAVCNFSM6AAAAABC5VMJ56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXHA3DENJRHA>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
************************************************************************************** ******************************
This message may contain confidential information. If you are not the intended recipient please:
i) inform the sender that you have received the message in error before deleting it; and
ii) do not disclose, copy or distribute information in this e-mail or take any action in relation to its content (to do so is strictly prohibited and may be unlawful).
Thank you for your co-operation.
NHSmail is the secure email, collaboration and directory service available for all NHS staff in England. NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and other accredited email services.
For more information and to find out how you can switch visit Joining NHSmail - NHSmail Support<https://support.nhs.net/article-categories/joining-nhsmail/>
|
Hi @bahadarbhatia, Thanks for the update. Have you tried using the MONAI Label Docker container: https://hub.docker.com/r/projectmonai/monailabel More instructions here: https://github.com/Project-MONAI/MONAILabel?tab=readme-ov-file#development-version Everything you need to start the MONAI Label server is packaged in this Docker container. Let us know, |
Hi,
The feedback from our hospital IT team was that they do not support the use of docker/containers within the environment.
Please update when this python issue is resolved, and we will take it from there.
Kind regards,
Bahadar
From: Andres Diaz-Pinto ***@***.***>
Sent: Tuesday, February 13, 2024 5:36 PM
To: Project-MONAI/MONAILabel ***@***.***>
Cc: BHATIA, Bahadar (SANDWELL AND WEST BIRMINGHAM HOSPITALS NHS TRUST) ***@***.***>; Mention ***@***.***>
Subject: Re: [Project-MONAI/MONAILabel] Installation issue - pkgutil subprocess error (Issue #1631)
You don't often get email from ***@***.******@***.***>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
This message originated from outside of NHSmail. Please do not click links or open attachments unless you recognise the sender and know the content is safe.
Hi @bahadarbhatia<https://github.com/bahadarbhatia>,
Thanks for the update. Have you tried using the MONAI Label Docker container: https://hub.docker.com/r/projectmonai/monailabel
More instructions here: https://github.com/Project-MONAI/MONAILabel?tab=readme-ov-file#development-version
Everything you need to start the MONAI Label server is packaged in this Docker container.
Let us know,
-
Reply to this email directly, view it on GitHub<#1631 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFXWH767WAX33R7DEFEOPLLYTOQBDAVCNFSM6AAAAABC5VMJ56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBSGA3TIMBRGI>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
************************************************************************************** ******************************
This message may contain confidential information. If you are not the intended recipient please:
i) inform the sender that you have received the message in error before deleting it; and
ii) do not disclose, copy or distribute information in this e-mail or take any action in relation to its content (to do so is strictly prohibited and may be unlawful).
Thank you for your co-operation.
NHSmail is the secure email, collaboration and directory service available for all NHS staff in England. NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and other accredited email services.
For more information and to find out how you can switch visit Joining NHSmail - NHSmail Support<https://support.nhs.net/article-categories/joining-nhsmail/>
|
You are using python 3.12.. this version is not supported or verified for monai or Monai label.. I suggest you try 3.8, 3.9.. I think 3.10 should work as well.. Refer: https://docs.monai.io/projects/label/en/latest/installation.html#prerequisites |
This might help to fix an issue with higher python versions.. there are bunch of suggestions on how to fix something similar.. |
Hi @bahadarbhatia, Just verified the MONAI Label in Python versions 3.10 and 3.11 and it is working fine. Could you please check on your end and let us know? |
Using Python v3.11 and v3.12 I get a pkugutil subprocess error:
pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [58 lines of output]
Collecting setuptools
Using cached setuptools-69.0.3-py3-none-any.whl.metadata (6.3 kB)
Collecting numpy==1.22.0
Using cached numpy-1.22.0.zip (11.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
The text was updated successfully, but these errors were encountered: