Error in Raspberry Pi 3 属性错误 sslerror

Error in Raspberry Pi 3 attribute error sslerror

我正在尝试运行一个程序; here is the link, 我卡在了第二步。我是 Raspberry Pi 和 Python 的新人。

conda create -n ears python=3.6 

我正在尝试 运行 这个命令行,但它给了我:

attribute =error: sslerror object has no attribute message

我正在使用 Python 3.4 版本。我也试过 conda create -n ears python=3.4 给出了同样的错误。

试试这个:

conda config --set ssl_verify false