Importerror While Running Cgi-bin On Localhost - Undefined Symbol: Lo_truncate64
I'm trying to run a cgi-bin site on localhost. And I get the following error: : /usr/local/lib/python2.7/dist-packages/psycopg2/_psycopg.so: un
Solution 1:
The comment by Ali Nikneshan under now deleted answer saved me couple times already when I had this same problem. Not sure why it was deleted, but here I am reposting it in hopes it helps someone:
pip install -U --no-cache-dir --force psycopg2
Post a Comment for "Importerror While Running Cgi-bin On Localhost - Undefined Symbol: Lo_truncate64"