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

Issue #4201 Persists Despite PR #186 #5244

Closed
3 tasks done
adam-grant-hendry opened this issue Feb 28, 2022 · 5 comments
Closed
3 tasks done

Issue #4201 Persists Despite PR #186 #5244

adam-grant-hendry opened this issue Feb 28, 2022 · 5 comments
Labels
kind/bug Something isn't working as expected

Comments

@adam-grant-hendry
Copy link

adam-grant-hendry commented Feb 28, 2022

  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: Windows 10 Enterprise, 20H2

  • Poetry version: 1.2.0a2

  • pyproject.toml file:

[tool.poetry]
name = "problem"
version = "0.1.0"
description = "problem"
authors = ["problem"]

[tool.poetry.dependencies]
pywin32 = "^301"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Issue

Although #186 claims to have fixed parsing of wildcards dependency constraints (see #4095, #4201, and #4176), this issue persists.

By chance, does py install-poetry.py --preview not update to latest master branch commit?

@adam-grant-hendry adam-grant-hendry added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Feb 28, 2022
@finswimmer
Copy link
Member

Hello @adam-grant-hendry,

until now there is now release of poetry-core that contain the workaround introduced in python-poetry/poetry-core#186 I hope we can get it out this or next week.

fin swimmer

@adam-grant-hendry
Copy link
Author

adam-grant-hendry commented Feb 28, 2022

@finswimmer Oh I think I see, thank you. PR #186 is listed as merged, but it was decided to put the "fix" into release 1.1.0a7 PR #289. Are you saying this PR is not yet released, but you are hoping to get it out this week or next?

@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
@thejohnfreeman
Copy link
Contributor

Any updates? It seems like "this or next week" has already passed. poetry self update --preview still installs 1.2.0a2 for me, which chokes trying to install pytest (or pytest@^6) because some dependency, which seems unspecified even with -vvv, has invalid PEP 440 version "3.9.6+".

@finswimmer
Copy link
Member

poetry self update only updates to a new version of poetry and not in case there is a new version of poetry-core (I'm working on changing this). So please reinstall the current prerelease of poetry and the new poetry-core release will be picked up.

Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

4 participants