wiki:deploying_django_website
Differences
This shows you the differences between two versions of the page.
wiki:deploying_django_website [2021/05/19 12:12] – created antisa | wiki:deploying_django_website [2021/07/16 09:15] (current) – add Troubleshooting antisa | ||
---|---|---|---|
Line 173: | Line 173: | ||
sudo systemctl restart apache2 | sudo systemctl restart apache2 | ||
+ | ====== Troubleshooting ====== | ||
+ | ===== RequiredDependencyException: | ||
+ | Error: | ||
+ | |||
+ | < | ||
+ | ... | ||
+ | Traceback (most recent call last): | ||
+ | File "< | ||
+ | File "/ | ||
+ | raise RequiredDependencyException(msg) | ||
+ | __main__.RequiredDependencyException: | ||
+ | | ||
+ | The headers or library files could not be found for jpeg, | ||
+ | a required dependency when compiling Pillow from source. | ||
+ | |||
+ | ... | ||
+ | </ | ||
+ | |||
+ | Install: | ||
+ | |||
+ | apt-get install libjpeg-dev zlib1g-dev | ||
====== Tested on ====== | ====== Tested on ====== | ||
* Ubuntu 18.04 | * Ubuntu 18.04 | ||
+ | * Ubuntu 20.04.02 | ||
====== See also ====== | ====== See also ====== | ||
Line 182: | Line 204: | ||
* [[https:// | * [[https:// | ||
* https:// | * https:// | ||
+ | * https:// |
wiki/deploying_django_website.1621426323.txt.gz · Last modified: 2021/05/19 12:12 by antisa