You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated issue generated by Kebechet. The update manager threw an exception (KeyError) at
runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet
otherwise use the traceback below to help you fix whatever issues were encountered with your repository.
Traceback
Traceback (most recent call last):
File "/home/user/kebechet/kebechet_runners.py", line 193, in run
instance.run(**manager_configuration)
File "/home/user/kebechet/managers/update/update.py", line 919, in run
result = self._do_update(
File "/home/user/kebechet/managers/update/update.py", line 762, in _do_update
old_environment = self._get_all_packages_versions()
File "/home/user/kebechet/managers/update/update.py", line 210, in _get_all_packages_versions
"version": package_info["version"][len("==") :],
KeyError: 'version'
The text was updated successfully, but these errors were encountered:
Description
This is an automated issue generated by Kebechet. The update manager threw an exception (KeyError) at
runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet
otherwise use the traceback below to help you fix whatever issues were encountered with your repository.
Traceback
Traceback (most recent call last):
File "/home/user/kebechet/kebechet_runners.py", line 193, in run
instance.run(**manager_configuration)
File "/home/user/kebechet/managers/update/update.py", line 919, in run
result = self._do_update(
File "/home/user/kebechet/managers/update/update.py", line 762, in _do_update
old_environment = self._get_all_packages_versions()
File "/home/user/kebechet/managers/update/update.py", line 210, in _get_all_packages_versions
"version": package_info["version"][len("==") :],
KeyError: 'version'
The text was updated successfully, but these errors were encountered: