skip to Main Content

Postgresql – Postgres suddenly raise error '/usr/lib/libpq.5.dylib' (no such file)

when I run Django project or any code related to Postgres : Referenced from: '/Users/mahmoudnasser/.local/share/virtualenvs/wyspp_backend-PwdII1PB/lib/python3.8/site-packages/psycopg2/_psycopg.cpython-38-darwin.so' Reason: tried: '/opt/homebrew/opt/postgresql/lib/libpq.5.dylib' (no such file), '/usr/local/lib/libpq.5.dylib' (no such file), '/usr/lib/libpq.5.dylib' (no such file) I tried many solutions online but none of them worked. Note:…

VIEW QUESTION

Xcode 14.0 GCC-12 Linker Issue

My Mac updated Xcode to version 14.0. After installing the new command line tools I started running into issues with the version of ld that it ships with. More specifically I have a project I compile with the g++-12 compiler…

VIEW QUESTION
Back To Top
Search