You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Problem/Motivation
Running
docker build
on the currentmain
branch generates the following errors:Trying to install the add-on also generates the same errors, since
docker build
is part of the installation process.The key part seems to be:
There is a Python version conflict.
Expected behavior
The docker container image should be built.
Actual behavior
The image is not built.
Steps to reproduce
Clone the repository and run
docker build
.Proposed changes
I got it to build by patching the Python version in the
Dockerfile
, and I'll send a PR with this change:Not sure if there is a systemic fix there: why do we have such a conflict here and how can it be avoided?
The text was updated successfully, but these errors were encountered: