Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build the server on debian 12 #632

Open
magicalgirlsunite opened this issue Jan 31, 2024 · 3 comments
Open

Can't build the server on debian 12 #632

magicalgirlsunite opened this issue Jan 31, 2024 · 3 comments

Comments

@magicalgirlsunite
Copy link

docker compose build server

this fails to build everytime and gives this error that I can't seem to get past

159.5 Failed to build pillow-avif-plugin
159.5 ERROR: Could not build wheels for pillow-avif-plugin which use PEP 517 and cannot be installed directly

@G1org1owo
Copy link

If you haven't tried it yet, I'd suggest running

$ pip install --upgrade pip setuptools wheel

and then trying to build again.

@magicalgirlsunite
Copy link
Author

Tried that but it didn't work, found a work around but just using debian 11 for now also lets it work

@regiolis
Copy link

Still not working here

40.41 error: command '/usr/bin/gcc' failed with exit code 1
40.41 ----------------------------------------
40.41 ERROR: Failed building wheel for pillow-avif-plugin
40.41 Failed to build pillow-avif-plugin
40.41 ERROR: Could not build wheels for pillow-avif-plugin which use PEP 517 and cannot be installed directly

failed to solve: process "/bin/sh -c apk --no-cache add python3 python3-dev py3-pip build-base libheif libheif-dev libavif libavif-dev ffmpeg py3-yaml py3-psycopg2 py3-sqlalchemy py3-certifi py3-numpy py3-pillow py3-pynacl py3-tz py3-pyrfc3339 && pip3 install --no-cache-dir --disable-pip-version-check "alembic>=0.8.5" "coloredlogs==5.0" "pyheif==0.6.1" "heif-image-plugin>=0.3.2" youtube_dl && pip3 install --no-binary=:all: pillow-avif-plugin && apk --no-cache del py3-pip" did not complete successfully: exit code: 1

(debian 12, everything is updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants