I hosted a Django project on Name Cheap, it works well on development, but on going live I noticed image creation and update is not working here is the error I'm getting! Please kindly help
ImportError at /admin/store/otherimages/2/change/ /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/aiteglbu/virtualenv/humanitiesmed/3.8/lib/python3.8/site-packages/PIL/_imaging.cpython-38-x86_64-linux-gnu.so) Request Method: POST Request URL: http://humanities.aitechnologiesng.com/admin/store/otherimages/2/change/ Django Version: 3.2.9 Exception Type: ImportError Exception Value: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/aiteglbu/virtualenv/humanitiesmed/3.8/lib/python3.8/site-packages/PIL/_imaging.cpython-38-x86_64-linux-gnu.so) Exception Location: /home/aiteglbu/virtualenv/humanitiesmed/3.8/lib/python3.8/site-packages/PIL/Image.py, line 89, in <module> Python Executable: /home/aiteglbu/virtualenv/humanitiesmed/3.8/bin/python Python Version: 3.8.6 Python Path: ['', '/home/aiteglbu/humanitiesmed', '/opt/alt/python38/lib64/python38.zip', '/opt/alt/python38/lib64/python3.8', '/opt/alt/python38/lib64/python3.8/lib-dynload', '/home/aiteglbu/virtualenv/humanitiesmed/3.8/lib64/python3.8/site-packages', '/home/aiteglbu/virtualenv/humanitiesmed/3.8/lib/python3.8/site-packages'] Server time: Sun, 15 May 2022 01:11:56 +0000 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAK2S6zw4m4C1aw_ZXwRi6s8sb_Q9v%2B4aQ_M-Udmz4c15OtEAw%40mail.gmail.com.

