Skip to content
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

Adding a top-level runtime python dependency checker. #358

Merged
merged 3 commits into from
May 3, 2024
Merged

Conversation

koomie
Copy link
Collaborator

@koomie koomie commented May 3, 2024

Goal is to provide a kinder error message in the case where python dependencies are not available locally. This is motivated for future execution by users who are running from rocm-based binary packaging instead of using normal cmake build system which would have verified the dependencies.

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
@koomie koomie added this to the v2.0.0 milestone May 3, 2024
@koomie koomie changed the base branch from main to hotfixes May 3, 2024 17:55
provide a kinder error message in the case where python dependencies
are not available locally. This is motivated for future execution by
users who are running from rocm-based binary packaging instead of using
normal cmake build system which would have verified the dependencies.

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
Copy link
Collaborator

@coleramos425 coleramos425 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I tried:

  • Testing on a system without rocprof:
    image

  • Installing on a system without Python packages
    image

@koomie koomie marked this pull request as ready for review May 3, 2024 20:16
@koomie koomie merged commit 1865aa9 into hotfixes May 3, 2024
3 checks passed
@koomie koomie deleted the verify_deps branch May 3, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants