用pip下载jupyter时,使用清华镜像源,但报错如题。
改成
./pip install jupyter -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
下载成功。这里的trusted-host使连接成功
用pip下载jupyter时,使用清华镜像源,但报错如题。
改成
./pip install jupyter -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
下载成功。这里的trusted-host使连接成功