通过pip install jupyter安装jupyter报错处理办法
1、python 更新到最新版,最好多执行几次后在安装jupyter
python.exe -m pip install --upgrade pip
2、通过镜像安装
pip install jupyter --force-reinstall pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
安装语句+镜像地址
通过pip install jupyter安装jupyter报错处理办法
1、python 更新到最新版,最好多执行几次后在安装jupyter
python.exe -m pip install --upgrade pip
2、通过镜像安装
pip install jupyter --force-reinstall pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
安装语句+镜像地址