Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/356.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Raspberry Pi 3属性错误sslerror中的错误_Python_Raspberry Pi_Conda - Fatal编程技术网

Python Raspberry Pi 3属性错误sslerror中的错误

Python Raspberry Pi 3属性错误sslerror中的错误,python,raspberry-pi,conda,Python,Raspberry Pi,Conda,我正在尝试运行一个程序, 我被困在第二步。我对树莓皮和蟒蛇是新手 conda create -n ears python=3.6 我正在尝试运行此命令行,但它提供: 属性=错误:sslerror对象没有属性消息 我使用的是Python 3.4版本。我还尝试了conda create-n ears python=3.4,它给出了相同的错误。试试这个: conda config --set ssl_verify false 作为一种解决方法,我刚刚禁用了SSL验证:

我正在尝试运行一个程序, 我被困在第二步。我对树莓皮和蟒蛇是新手

conda create -n ears python=3.6 
我正在尝试运行此命令行,但它提供:

属性=错误:sslerror对象没有属性消息

我使用的是Python 3.4版本。我还尝试了
conda create-n ears python=3.4,它给出了相同的错误。

试试这个:

conda config --set ssl_verify false

作为一种解决方法,我刚刚禁用了SSL验证: