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 May 20, 2022. It is now read-only.
When building the image for the last version of the DB container with the Dockerfile,
I have this error :
ERROR: Failed building wheel for gevent
Building wheel for PyYAML (PEP 517): started
Building wheel for PyYAML (PEP 517): finished with status 'done'
Created wheel for PyYAML: filename=PyYAML-5.4.1-cp39-cp39-linux_x86_64.whl size=45655 sha256=9ebe5e765ae4eb9c86db5856905e1f64cda4dbc07faa4619725aa71bcccad4ee
Stored in directory: /tmp/pip-ephem-wheel-cache-aek50y4x/wheels/b7/a5/c4/504d913c2a55bb09c607541578ec5f844d1ff33467abe93ba5
Successfully built PyYAML
Failed to build gevent
ERROR: Could not build wheels for gevent which use PEP 517 and cannot be installed directly
ERROR: Service 'db' failed to build
Please is this related to the disclaimer found on the front page of this GIT :
The current state of this repository doesn't work out-of-the box since Mattermost server v5.31+ requires PostgreSQL versions of 10 or higher.
In this case, when would that be solved?
Thank you!
The text was updated successfully, but these errors were encountered:
Not sure how helpful this is but I was able to get this to build by adding py3-gevent to the apk add in the db/Dockerfile. I only started it for a few minuets and didn't really use it for production. I moved my setup the the omnibus package and just needed to get the docker version upgraded to the latest version. This did let it build and it came up and i could login but i didn't use it anymore than that before moving to the omnibus version.
Hello
When building the image for the last version of the DB container with the Dockerfile,
I have this error :
Please is this related to the disclaimer found on the front page of this GIT :
The current state of this repository doesn't work out-of-the box since Mattermost server v5.31+ requires PostgreSQL versions of 10 or higher.
In this case, when would that be solved?
Thank you!
The text was updated successfully, but these errors were encountered: