Closed lhart-intelycare closed 4 months ago
It looks like the installation of Poetry is a necessary step for building the azuredevops
plugin, and this should be explicitly mentioned in the setup instructions to avoid similar issues.
Here are the steps you should follow to install Poetry and ensure the build process works correctly:
Install Poetry:
Run the following commands:
cd backend/python/pydevlake && poetry install
cd backend/python/plugins/azuredevops && poetry install
Adding these steps to the DeveloperManuals/DeveloperSetup
documentation will help ensure that all necessary dependencies, including Poetry, are installed correctly.
To continue the conversation, mention @dosu.
@lhart-intelycare Would you like to add it to the document? The repo is https://github.com/apache/incubator-devlake-website
Documentation Scope
This provides instructions for installing devlake in dev mode.
Describe the Change
When I get to this section and run "make dev" on MacOS: When the azuredevops plugin is made:
I get an error about "poetry" not being installed. I install poetry using these instruction to get by it: https://python-poetry.org/docs/#installing-with-the-official-installer
Seems like a dependency that needs to be called out.