siemens / codeface

Codeface is a framework for analysing technical and social aspects of software development
siemens.github.io/codeface
GNU General Public License v2.0
67 stars 38 forks source link

Error #64

Closed massihonda closed 4 years ago

massihonda commented 4 years ago

I am having problems running codeface from the master branch. My OS is windows 10, with vagrant 2.2.7. The problem is that when I execute codeface from ssh or I run vagrant provision I get the same message. Running provisioner: test (shell)... default: Running: inline script The 'jira' distribution was not found and is required by codeface when Running provisioner: test (shell)... Does anyone found this problem or can provide a solution? Kind regards, Massimo

massihonda commented 4 years ago

Finally I did vagrant ssh and run sudo pip install jira==1.0.7, exit, vagrant provision. The workflow still does not goes until the end, but at least the error The 'jira' distribution was not found and is required by codeface was solved.