3

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.

MLavoie
  • 9,671
  • 41
  • 36
  • 56
Alok Mishra
  • 694
  • 5
  • 20
  • 1
    As a workaround I just disabled SSL verification: https://stackoverflow.com/q/33699577/7851470 – Georgy Jun 01 '18 at 13:51

1 Answers1

2

try this:

conda config --set ssl_verify false