Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in Raspberry Pi 3 attribute error sslerror

I am trying to run a program; here is the link, and I'm stuck in the second step. I am new in Raspberry Pi and Python.

conda create -n ears python=3.6 

I am trying to run this command line but it gives me:

attribute =error: sslerror object has no attribute message

I'm using Python 3.4 version. I also tried conda create -n ears python=3.4 which gives the same error.

like image 582
Alok Mishra Avatar asked Apr 08 '26 03:04

Alok Mishra


1 Answers

try this:

conda config --set ssl_verify false

Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!