Argon
Argon
RRailway
Created by Argon on 5/18/2023 in #✋|help
App's DB connection timing out when trying to connect to Railway MySQL database
18 replies
RRailway
Created by Argon on 4/22/2023 in #✋|help
Installing ImageMagick for a Python project
Hello, I'm trying to deploy a Python Flask image generation server, which requires ImageMagick for the Wand package. I've tried various methods to install ImageMagick but it's not been working. Even though the build logs say that ImageMagick was installed, during deployment Python produces this error:
File "/opt/venv/lib/python3.8/site-packages/wand/api.py", line 178, in <module>
raise ImportError('MagickWand shared library not found.\n'
ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.
Try to install:
https://docs.wand-py.org/en/latest/guide/install.html
File "/opt/venv/lib/python3.8/site-packages/wand/api.py", line 178, in <module>
raise ImportError('MagickWand shared library not found.\n'
ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.
Try to install:
https://docs.wand-py.org/en/latest/guide/install.html
I've tried following the steps in the link, but it still doesn't work
8 replies
RRailway
Created by Argon on 3/23/2023 in #✋|help
Changed Procfile command but command hasn't changed in Railway
9 replies