我是靠谱客的博主 尊敬鲜花,最近开发中收集的这篇文章主要介绍ERROR: Could not find a version that satisfies the requirement jupyterlab (from versions: none),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

项目背景

anaconda中jupyter notebook打不开,查看原因,提示缺少jupyterlab,

问题描述

使用“ pip install jupyter”,报错

ERROR: Could not find a version that satisfies the requirement jupyterlab (from versions: none)

ERROR: No matching distribution found for jupyterlab

分析思考

pip默认的源中没有匹配的jupyterlab版本

解决办法

尝试换源

使用另一个镜像网站:http://pypi.doubanio.com/simple/

输入:"pip install 安装包名字 -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com"

安装成功

感谢

https://www.cnblogs.com/li5li5/p/12780119.html

最后

以上就是尊敬鲜花为你收集整理的ERROR: Could not find a version that satisfies the requirement jupyterlab (from versions: none)的全部内容,希望文章能够帮你解决ERROR: Could not find a version that satisfies the requirement jupyterlab (from versions: none)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部