67300/failed-unable-to-get-local-issuer-certif-icate-ssl-c-1056
Hi Guys,
I am getting an error whenever I tried to install any library in python.
failed: unable to get local issuer certificate (_ssl.c:1056)'))':
How can I solve this error?
Hi@akhtar,
To avoid this error, you need to upgrade the pip and then it will install new certificate.
$ pip install --upgrade pip
If it will not work, then install openssl library.
$ pip install pyopenssl
print will work when you use print("Your ...READ MORE
num = input("enter number") print(num) READ MORE
If you are talking about the length ...READ MORE
Hi. Can you please tell me what ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
You have an out of date version ...READ MORE
word cloud is not supported for python ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.