Closed saisankargochhayat closed 4 years ago
@4n4nd I think kebechet is not working on this repo, could you please check if @sesheta is added as a collaborator?
I thought @harshad16 did provide write access to Sesheta here
And the SourceOPs group has admin access, so sesheta should have admin access
@fridex We have this repo in our AICoE.yaml
config, somehow its not visiting this repo?
@fridex We have this repo in our
AICoE.yaml
config, somehow its not visiting this repo?
You can check logs in the aicoe-prod-bots namespace. There is a separate bot "kebechet-aicoe" handling just aicoe specific repositories.
The logs say -
File "/home/user/kebechet/managers/update/update.py", line 99, in _get_dependency_versionf"Failed to retrieve version information for dependency {dependency}, (dev: {is_dev})")kebechet.exception.InternalError: Failed to retrieve version information for dependency prometheus_client, (dev: False)
The problem seems to be, in from Pipfile we are taking prometheus_client
, where as in the Piplock its named as - prometheus-client
Should we maybe replace underscores before looking in Piplock file?
@fridex
The logs say -
File "/home/user/kebechet/managers/update/update.py", line 99, in _get_dependency_versionf"Failed to retrieve version information for dependency {dependency}, (dev: {is_dev})")kebechet.exception.InternalError: Failed to retrieve version information for dependency prometheus_client, (dev: False)
The problem seems to be, in from Pipfile we are taking
prometheus_client
, where as in the Piplock its named as -prometheus-client
Should we maybe replace underscores before looking in Piplock file? @fridex
This is related to Python package names normalization done in Pipfile/Pipefile.lock. Pipfile here states unnormalized package names (as provided by users), but Pipfile.lock states its normalized counterparts.
Check PEP-503 and https://github.com/thoth-station/kebechet/issues/209
[1] https://www.python.org/dev/peps/pep-0503/#normalized-names
Information about dependency management for the current master branch with SHA 125c1fd4a8065cbeb900237f1ff0edbb35ddf7ab.
@saisankargochhayat something you need help with?