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

build: Install Poetry with pipx #354

Merged
merged 3 commits into from
May 22, 2024
Merged

build: Install Poetry with pipx #354

merged 3 commits into from
May 22, 2024

Conversation

l0b0
Copy link
Collaborator

@l0b0 l0b0 commented May 16, 2024

build: Install Poetry with pipx

As recommended by the documentation and
@xylar.
This should avoid the "No such file or directory:
'/usr/local/miniconda/envs/test/lib/python3.[…]/site-packages/[…].dist-info'"
errors which probably comes from the interaction between Conda and Poetry.

@l0b0 l0b0 force-pushed the install-poetry-with-pip branch from a9d4d98 to 5995f71 Compare May 16, 2024 21:05
@l0b0 l0b0 marked this pull request as ready for review May 16, 2024 21:10
As [recommended by the documentation](https://python-poetry.org/docs/#ci-recommendations) and
[@xylar](conda-forge/poetry-feedstock#101 (comment)).
This should avoid the "No such file or directory:
'/usr/local/miniconda/envs/test/lib/python3.[…]/site-packages/[…].dist-info'"
errors which probably comes from the interaction between Conda and Poetry.
@l0b0 l0b0 force-pushed the install-poetry-with-pip branch from 5995f71 to d58c5ea Compare May 16, 2024 21:12
@xylar
Copy link

xylar commented May 16, 2024

Looks like this is working. It might be worth trying the latest Poetry release, too, to make sure this fixes the issue you reported.

@xylar
Copy link

xylar commented May 16, 2024

This should avoid the "No such file or directory:
'/usr/local/miniconda/envs/test/lib/python3.[…]/site-packages/[…].dist-info'"
errors which probably comes from the interaction between Conda and Poetry.

I’m not sure about that. Those packages may come with GDAL.

This should fix the packaging import problem, though.

@xylar
Copy link

xylar commented May 16, 2024

Looks promising!

@l0b0 l0b0 enabled auto-merge (rebase) May 22, 2024 21:47
@l0b0 l0b0 merged commit 72705c6 into master May 22, 2024
24 checks passed
@l0b0 l0b0 deleted the install-poetry-with-pip branch May 22, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants