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

Unable to upgrade to poetry version 1.2.2 #7064

Closed
1 of 4 tasks
jacky-lam opened this issue Nov 21, 2022 · 3 comments
Closed
1 of 4 tasks

Unable to upgrade to poetry version 1.2.2 #7064

jacky-lam opened this issue Nov 21, 2022 · 3 comments
Labels
kind/question User questions (candidates for conversion to discussion) status/duplicate Duplicate issues

Comments

@jacky-lam
Copy link

jacky-lam commented Nov 21, 2022

  • Poetry version: 1.2.2
  • Python version: 3.9.5
  • OS version and name: macOS 11.5.1 BigSur
  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

When i try to upgrade poetry from my current version 1.1.13 to 1.2.2 by running the command poetry self update i get an error

poetry self update

Updating to 1.2.2

  RuntimeError

  Could not find poetry-1.2.2-darwin.sha256sum file

  at ~/.poetry/lib/poetry/console/commands/self/update.py:260 in _update
      256│         try:
      257│             r = urlopen(base_url + "/{}/{}".format(version, checksum))
      258│         except HTTPError as e:
      259│             if e.code == 404:
    → 260│                 raise RuntimeError("Could not find {} file".format(checksum))
      261│ 
      262│             raise
      263│ 
      264│         checksum = r.read().decode().strip()

This does not seem to be specific to my machine.

@jacky-lam jacky-lam added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Nov 21, 2022
@dimbleby
Copy link
Contributor

duplicate #6764 and probably others, you should upgrade by following the instructions on the poetry website

@dimbleby
Copy link
Contributor

@neersighted neersighted added status/duplicate Duplicate issues kind/question User questions (candidates for conversion to discussion) and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Nov 21, 2022
@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2022
Copy link

github-actions bot commented Mar 1, 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 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/question User questions (candidates for conversion to discussion) status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants