Hi,
I am trying to install psycopg2 module. but it is giving me the error "ImportError: No module named psycopg2". and when I try to install, it's showing like "Requirement already satisfied: psycopg2 in ./.local/lib/python3.6/site-packages (2.7.4)".
and the same for xmlrpc.client it's giving the error
ERROR: Could not find a version that satisfies the requirement xmlrpclib (from versions: none)
ERROR: No matching distribution found for xmlrpclib.
Could anyone help me to resolve this error.
thanks in advance!
try to install using pip
already tried with pip, pip2, pip3 but no use.