-
Notifications
You must be signed in to change notification settings - Fork 75
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
gz-transport13 fails to find Python3 #2549
Comments
I think this is more an issue with how gz-transport is finding python and that it should be fixed by gazebosim/gz-transport#472 without any additional changes to the homebrew formulae |
We ought to verify that CMake is correctly finding the [email protected] keg's development headers/library and not defaulting to another Python like [email protected]. |
I applied gazebosim/gz-transport#472 alone, without #2550, and ran CMake from within a Homebrew debug shell:
|
Hello,
Any help is very much appreciated. Thanks! |
Hi @maisternia. gazebosim/gz-transport#472 was merged so it should build now -- but you may want to do If that doesn't work and you do want to use my fork, you'll want to check out the
However please note I will not be keeping my fork in sync with upstream, so I recommend this only as a short term fix. When you want to switch back to the upstream, please untap and re-tap. |
That worked! Also I had to Thank you so much @rgov! |
On macOS Sonoma 14.3, installing gz-transport13 fails. It looks like CMake is not being passed the path to the Python3.11 development headers.
Homebrew info
The text was updated successfully, but these errors were encountered: