thoth-station / kebechet

I'm Kebechet bot, goddess of freshness - I will keep your source code fresh and up-to-date
24 stars 20 forks source link

Info manager fails to provide info #1072

Closed codificat closed 2 years ago

codificat commented 2 years ago

Bug description

I requested Kebechet to provide information on a stack, and it provided an error instead.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Have Kebechet configured on your repo
  2. Open an issue in the repo, with title: Kebechet info
  3. Wait for a comment from the bot in the issue

Example: https://github.com/the-shadowmen/nlp-first-steps/issues/3#issuecomment-1152661245

Actual behavior

The example linked above includes this in the Dependency graph section:

virtualenv: error: argument dest: the destination . is not write-able at /home/user/.local/share/virtualenvs

Failed to create virtual environment.

After the comment, the issue gets closed by the bot.

Expected behavior

Environment information

From the example linked above:

Kebechet version: 1.9.0
Python version: 3.8.12
Platform: Linux-4.18.0-305.19.1.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15
codificat commented 2 years ago

/sig user-experience /kind bug /priority important-soon

Gkrumbach07 commented 2 years ago

suggested actions

story points 5

/triage accepted

shreekarSS commented 2 years ago

I tried the following steps to fix: 1) Update piplock with cmake dependency 2) Update Dockerfile with cmake dependency

Tested locally, got expected info https://github.com/shreekarSS/nlp-first-steps/issues/2. Yet to test docker image with the updates.