Closed
Description
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
Installed /opt/anaconda3/lib/python3.12/site-packages/monai_deploy_app_sdk-0+untagged.502.gd03c0eb-py3.12.egg
Processing dependencies for monai-deploy-app-sdk==0+untagged.502.gd03c0eb
Searching for holoscan~=2.0
Reading https://pypi.org/simple/holoscan/
No local packages or working download links found for holoscan~=2.0
error: Could not find suitable distribution for Requirement.parse('holoscan~=2.0')
Steps/Code to reproduce bug
Clone the repository, and run the following command
python setup.py install
I get the following error
Installed /opt/anaconda3/lib/python3.12/site-packages/monai_deploy_app_sdk-0+untagged.502.gd03c0eb-py3.12.egg
Processing dependencies for monai-deploy-app-sdk==0+untagged.502.gd03c0eb
Searching for holoscan~=2.0
Reading https://pypi.org/simple/holoscan/
No local packages or working download links found for holoscan~=2.0
error: Could not find suitable distribution for Requirement.parse('holoscan~=2.0')
Steps/Code to reproduce bug
Clone the repository, and run the following command
python setup.py install