从github在canopy终端安装python包时出错

时间:2018-05-10 21:07:13

标签: python terminal installation pip canopy

我正在尝试使用canopy命令行和pip install从github安装orbital.py

终端不允许我复制并粘贴错误消息,因此我将包含图片。

主要问题似乎是raise SSLError(e, request=request) SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) enter image description here

1 个答案:

答案 0 :(得分:1)

好像这个包在PyPy上,所以你可以像这样安装它

n=""
while grep -qFx "${user}$n" <(cut -d: -f1 Print.txt); do 
    ((n++))
done
user="$user$n"
echo "user name will be $user"

如果要从github安装最新版本,可以像这样安装

pip install orbitalpy