我是靠谱客的博主 尊敬鲜花,这篇文章主要介绍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:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复