Open xxholyChalicexx opened 1 year ago
OK, after checking on this error and comparing it with my system turns out in the python folder of "/usr/lib/python" have this folder called "lib-dynload" which consist of this file _testcapi......for some uknown(for now) reason its not available in my live server OS. Trying to figure out on that missing piece of folder.
When i deploy my django app with
import py_vollib_vectorized
in my views.py file My site will be crashed and when i watch the log it says:: So this is after the installation of this "py_volib_vectorized" library. If i just comment out the importing of this library, it gets deployed successfully. Python version: 3.7 Django version: 3.1.1