-
Notifications
You must be signed in to change notification settings - Fork 49
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
MacOS pythonscriptspath error #513
Comments
colcon-core==0.8.1 fails with a similar error, however version 0.7.1 works fine:
|
It seems that the python parts of the packages are installed to |
I was able to resolve these issues by reverting the switch to sysconfig and falling back to the deprecated distutils. |
Hi @sundermann, can you please give #512 a try instead of reverting to the deprecated behavior? |
Hi @cottsay. I installed your branch using |
Well, it looks like Homebrew is engaging in the same shenanigans as Debian and Fedora, and we'll need to specifically work around it. Here's the spot: https://github.com/Homebrew/homebrew-core/blob/2f008323193f636d32c4a970caa9e8b528c6c430/Formula/python%403.10.rb#L62-L68 |
Is there a hack or workaround available? |
Great news, thanks for reporting back. |
On MacOS the pythonscriptspath extension fails with the following error:
I installed python3.10 through brew and symlinked it into /usr/local
The issue seems to be related to #504
The text was updated successfully, but these errors were encountered: