Quan Zhou
Quan Zhou
Hi @zzz945 Did you read this https://github.com/chaoss/grimoirelab-sirmordred#cocom- and https://github.com/chaoss/grimoirelab-graal#how-to-installcreate-the-executables? I hope it helps you. Best, Quan
@zzz945 I think so. I have no issue executing cocom setup.cfg ``` [cocom] raw_index = cocom_chaoss enriched_index = cocom_chaoss_enrich category = code_complexity_lizard_file studies = [enrich_cocom_analysis] branches = master [enrich_cocom_analysis] out_index...
Hi @zzz945 It seems that Mordred cannot write on `/tmp/worktrees` so try another directory as `worktree-path = /home/bitergia/worktrees/`. Some executions: Set `worktree-path = /home/bitergia/worktrees/` ``` 2022-04-08 10:30:38,554 - sirmordred.task_collection -...
Hi @kiranravindran90 > 1. The "Project Interpreter" option is missing. Instead I have "Python Interpreter". Yes they changed to `Python Interpreter` but it's the same Did you follow [these steps](https://github.com/chaoss/grimoirelab-sirmordred/blob/master/Getting-Started.md#setting-up-pycharm-)
Did you add all grimoirelab repositories in your `Project Structure` (make sure that you have the latest version of each repository) and could you share your script path and parameters...
Could you try to run this curl using the url value of your `[es_collection]` section? ``` curl -XGET -k ``` Are you using docker for ElasticSearch and Kibana?
`curl -XGET http://user:pass@localhost:9200`
I guess you have to contact your company network admin.
You are using `elastic` user on the curl command and `admin` in micro.py (setup.cfg). Try to use the same `user:pass` in micro.py (https://elastic:PASSWORD@localhost:9200)
Are you able to clone the repository on your machine? ``` $ git clone https://github.com/chaoss/grimoirelab-perceval.git ``` Could you share your `setup.cfg`?