Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix zlib-check error message
Browse files Browse the repository at this point in the history
Signed-off-by: tastytea <[email protected]>
  • Loading branch information
tastytea committed Feb 2, 2023
1 parent 54b7f0a commit 136ab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/media/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if not check_codec("zlib"):
raise Exception(
"FATAL: zip codec not supported. Install pillow correctly! "
" 'sudo apt-get install libjpeg-dev' then 'pip uninstall pillow &&"
" 'sudo apt-get install zlib1g-dev' then 'pip uninstall pillow &&"
" pip install pillow --user'"
)

Expand Down

0 comments on commit 136ab36

Please sign in to comment.