releaase-5.4 BUG: Python version mis-match during build and test#5384
Closed
hjmjohnson wants to merge 1 commit into
Closed
releaase-5.4 BUG: Python version mis-match during build and test#5384hjmjohnson wants to merge 1 commit into
hjmjohnson wants to merge 1 commit into
Conversation
```txt grep "Found Python" ITK.macOS.Python.logs -- Found Python3: /Users/runner/hostedtoolcache/Python/3.9.22/x64/bin/python3 (found suitable version "3.9.22", required range is "3.9...3.999") found components: Interpreter Development.Module -- Found Python: /usr/local/Frameworks/Python.framework/Versions/3.13/bin/python3.13 (found version "3.13.3") found components: Interpreter Linking CXX shared module Wrapping/Generators/Python/itk/_ITKPyBasePython.cpython-313-darwin.so ``` NOTE: Python3.13 is found after Python 3.9 is set. The issue is that python3.9 is used to run the tests, but the shared libraries are built with 3.13.
Member
|
Closed in favor of #5383. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE: Python3.13 is found after Python 3.9 is set. The issue is that python3.9 is used to run the tests, but the shared libraries are built with 3.13.
PR Checklist