Ubuntu: Error: pg_config executable not found
Issue: While tried install python package psycopg2 the follow exception show. Resolution: Run follow command to install libpq-dev which solve the exception above
Issue: While tried install python package psycopg2 the follow exception show. Resolution: Run follow command to install libpq-dev which solve the exception above
Fixed by running follow command: npm –add-python-to-path=’true’ –debug install –global windows-build-tools
sudo apt-get remove python3-pip; sudo apt-get install python3-pip