FinalRecon: Error with the psycopg2-binary python library.

I looked for someone whom had faced the same problem, but I didn’t find. I also tried to install the application in either Fedora 34 and Kali LTS version, and I got the same error in both:

[+] Checking Dependencies...

[-] psycopg2-binary is not Installed!

[-] Please Execute pip3 install -r requirements.txt to Install Missing Packages

When I try to run the application I face the error above. I have the library already installed, the pip is at the latest version. I already have uninstalled it and then installed it again. I tried to uninstall python and to install it again as well. As a proof that I have this specific library installed and updated, when I run the pip3 install -r requirements.txt command, it returns:

Requirement already satisfied: psycopg2-binary in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 8)) (2.9.3)

Thank y’all!

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

@daniloalbuqrque blank output means import was successful, edit requirements.txt remove the line which contains psycopg2-binary and run finalrecon again

Ok then! I will close the issue. Thank you for your time!