deepto98 commented on issue #1773: URL: https://github.com/apache/incubator-devlake/issues/1773#issuecomment-1374368333
@mindlesscloud @ppborah I forked this repo and am trying to setup the dev environment, by following the steps here: [https://devlake.apache.org/docs/DeveloperManuals/DeveloperSetup/](url). In step 7, when I run `make dev`, I'm getting this an error. Can you please help with this? The error: ``` ... go run main.go Version: dev time="2023-01-07 03:44:08" level=info msg="migration initialized" time="2023-01-07 03:44:08" level=info msg="plugin loaded ae" time="2023-01-07 03:44:08" level=info msg="plugin loaded azure" time="2023-01-07 03:44:08" level=info msg="plugin loaded bitbucket" time="2023-01-07 03:44:08" level=info msg="plugin loaded customize" time="2023-01-07 03:44:08" level=info msg="plugin loaded dbt" time="2023-01-07 03:44:08" level=info msg="plugin loaded dora" time="2023-01-07 03:44:08" level=info msg="plugin loaded feishu" time="2023-01-07 03:44:08" level=info msg="plugin loaded gitee" panic: plugin.Open("bin/plugins/gitextractor/gitextractor.so"): libgit2.so.1.3: cannot open shared object file: No such file or directory Wraps: (2) plugin.Open("bin/plugins/gitextractor/gitextractor.so"): libgit2.so.1.3: cannot open shared object file: No such file or directory Error types: (1) *hintdetail.withDetail (2) *errors.errorString goroutine 1 [running]: github.com/apache/incubator-devlake/services.Init() /workspaces/incubator-devlake/services/init.go:73 +0x385 github.com/apache/incubator-devlake/api.CreateApiService() /workspaces/incubator-devlake/api/api.go:51 +0x2e main.main() /workspaces/incubator-devlake/main.go:39 +0x7e exit status 2 make: *** [Makefile:83: run] Error 1 ``` Environment : Github Codespaces, 16-core, 32GB RAM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
