guessing at a solution via remarks in the issue (#24) discussion#51
Open
windoverwater wants to merge 2 commits intopython-poetry:mainfrom
Open
guessing at a solution via remarks in the issue (#24) discussion#51windoverwater wants to merge 2 commits intopython-poetry:mainfrom
windoverwater wants to merge 2 commits intopython-poetry:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
for more information, see https://pre-commit.ci
Member
|
This is not a practical/mergable solution as we do want to take advantage of copies on other platforms, and need to specifically exclude macOS. I have a PR cooking locally that solves this in a more robust/holistic way -- in the mean time, the other install methods (pipx, manual) work just fine. |
Author
|
Sorry for the noise - just wanted to help. Learned a lot. Let me know if I should delete anything.
… On Sep 22, 2022, at 11:27 AM, Bjorn Neergaard ***@***.***> wrote:
This is not a practical/mergable solution as we do want to take advantage of copies on other platforms, and need to specifically exclude macOS. I have a PR cooking locally that solves this in a more robust/holistic way -- in the mean time, the other install methods (pipx, manual) work just fine.
—
Reply to this email directly, view it on GitHub <#51 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAHH2LI5QEEI3GK7SBAPU5TV7R3EVANCNFSM6AAAAAAQTE4ZJY>.
You are receiving this because you authored the thread.
|
Member
|
No problem, and thanks for the help! This is fine to leave open until a new PR supersedes it -- thanks again! |
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.
This is just a guess at a solution given some of the comments in issue #24. I need to convert a project from conda to poetry and want to us my M1 and avoid my 8 year old laptop...
This change seemed to work for me in that it installed poetry on my M1. Thanks!