We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-vvv
❯ poetry --version Poetry version 1.1.12 ❯ poetry self update -vvv Updating to 1.3.2 Stack trace: 6 ~/.poetry/lib/poetry/_vendor/py3.10/clikit/console_application.py:131 in run 129│ parsed_args = resolved_command.args 130│ → 131│ status_code = command.handle(parsed_args, io) 132│ except KeyboardInterrupt: 133│ status_code = 1 5 ~/.poetry/lib/poetry/_vendor/py3.10/clikit/api/command/command.py:120 in handle 118│ def handle(self, args, io): # type: (Args, IO) -> int 119│ try: → 120│ status_code = self._do_handle(args, io) 121│ except KeyboardInterrupt: 122│ if io.is_debug(): 4 ~/.poetry/lib/poetry/_vendor/py3.10/clikit/api/command/command.py:171 in _do_handle 169│ handler_method = self._config.handler_method 170│ → 171│ return getattr(handler, handler_method)(args, io, self) 172│ 173│ def __repr__(self): # type: () -> str 3 ~/.poetry/lib/poetry/_vendor/py3.10/cleo/commands/command.py:92 in wrap_handle 90│ self._command = command 91│ → 92│ return self.handle() 93│ 94│ def handle(self): # type: () -> Optional[int] 2 ~/.poetry/lib/poetry/console/commands/self/update.py:197 in handle 195│ return self.update_with_new_method(release.version) 196│ → 197│ self.update(release) 198│ 199│ def update(self, release): 1 ~/.poetry/lib/poetry/console/commands/self/update.py:212 in update 210│ 211│ try: → 212│ self._update(version) 213│ except Exception: 214│ if not self.lib_backup.exists(): RuntimeError Could not find poetry-1.3.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()
The text was updated successfully, but these errors were encountered:
duplicate #7064, #6269, #6548, #6296. #6449, #5045, #5025, #4356, #6410, #5762, #5180, #4343, #4087 etc etc
apparently this is particularly attractive to people who don't search for duplicates
TLDR not supported
Sorry, something went wrong.
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.
No branches or pull requests
-vvv
option) and have included the output below.Issue
The text was updated successfully, but these errors were encountered: