-
Notifications
You must be signed in to change notification settings - Fork 48
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
[BUG] Cannot install monai-deploy-app-sdk #507
Comments
Hi @vikashg , Please use Python 3.11 or update setup.cfg file ( monai-deploy-app-sdk/setup.cfg Line 27 in 9608cd7
Thanks! |
Thanks @gigony |
Hello @gigony |
This was seen happening before, due to the host configuration in terms of OS version, CUDA version, driver version etc. Please ensure the host env match what holoscan v2.x requires. |
Describe the bug
When I try to install monai-deploy-app-sdk using the following statement
python setup.py install
I get the following error
Steps/Code to reproduce bug
Clone the repository, and run the following command
python setup.py install
I get the following error
Steps/Code to reproduce bug
Clone the repository, and run the following command
python setup.py install
The text was updated successfully, but these errors were encountered: