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

Fix poetry installer with homebrew python on MacOS #133

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yuriyostapenko
Copy link

@yuriyostapenko yuriyostapenko commented Sep 17, 2023

The change will detect when sys.executable is a relative symlink and avoid copying such symlink, as it would be broken in a new location.

UPDATE: Removed python 3.7 from matrix job, since it is no longer supported by latest poetry (1.6.1 as of today).

Fixes #24, #51.

@vercel
Copy link

vercel bot commented Sep 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
install-python-poetry-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2023 7:06pm

…latest version of poetry (1.6.1), and install will always fail
@nfantone
Copy link

Any movements here? Using poetry in macOS along with brew is a pain right now.

@pcrumley
Copy link

pcrumley commented Apr 3, 2024

Is there any reason this wasn't merged/reviewed by a maintainer? the code looks reasonable and brew & poetry is a recipe for pain until this is addressed

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.

Installation fails on MacOS
3 participants