ligurio commented on issue #46: URL: https://github.com/apache/otava/issues/46#issuecomment-2778111564
Seems the problem is in a wrong Python version. With Python 3.8 installed via `pyenv` installation is finished sucessfully: ```sh curl -fsSL https://pyenv.run | bash pyenv install 3.8 pyenv shell 3.8.20 python3.8 -m venv venv . venv/bin/activate curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3 poetry install -v $ ./venv/bin/otava ERROR:root:Configuration key not found: GRAPHITE_ADDRESS: unbound variable ``` -- 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]
