Error while installing through pip install psycopg2
looks like this:
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option (...)
Reference to the solution here.
Error while installing through pip install psycopg2
looks like this:
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option (...)
Reference to the solution here.
Google 8.8.8.8 8.8.4.4 https://developers.google.com/speed/public-dns/
Quad9 9.9.9.9 149.112.112.112 https://www.quad9.net/
Cloudflare 1.1.1.1 1.0.0.1 https://1.1.1.1/dns/
AdGuard DNS 94.140.14.14 94.140.15.15 https://adguard-dns.io/en/public-dns.html
Control D 76.76.2.0 76.76.10.0 https://controld.com/free-dns/
OpenDNS Home 208.67.222.222 208.67.220.220 https://www.opendns.com/
CleanBrowsing 185.228.168.9 185.228.169.9 https://cleanbrowsing.org/filters/
Alternate DNS 76.76.19.19 76.223.122.150 https://alternate-dns.com/
DNS.WATCH 84.200.69.80 84.200.70.40 https://dns.watch/index
class MainActivity : ComponentActivity() { | |
override fun onCreate(savedInstanceState: Bundle?) { | |
super.onCreate(savedInstanceState) | |
enableEdgeToEdge() | |
setContent { | |
SampleUiDesignForCartTheme { | |
ScratchCardView() | |
} | |
} | |
} |
If you encounter a problem where you cannot commit changes in Git – neither through the terminal nor via the GitHub Desktop application – the issue might be a freeze during the Git commit process. This is often caused by GPG lock issues. Below is a concise and step-by-step guide to resolve this problem.
Open your terminal and try to perform a GPG operation (like signing a test message). If you see repeated messages like gpg: waiting for lock (held by [process_id]) ...
, it indicates a lock issue.