- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
安装 jupyter lab 时出现问题 - 找不到满足 ipykernel 要求的版本
pip install jupyterlab
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000277F1AB8C18>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/ipykernel/
Could not find a version that satisfies the requirement ipykernel (from notebook>=4.3.1->jupyterlab) (from versions: )
No matching distribution found for ipykernel (from notebook>=4.3.1->jupyterlab)
我检查了pip版本:
C:\Users\xxxx\AppData\Local\Continuum\anaconda3\Scripts>pip --version
pip 9.0.1 from C:\Users\xxxx\AppData\Local\Continuum\anaconda3\lib\site-packages (python 3.6)
和 ipykernel 版本:
C:\Users\xxxx\AppData\Local\Continuum\anaconda3\Scripts>conda list ipykernel
我尝试了 conda forge 但仍然不起作用
conda install -c conda-forge jupyterlab
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.continuum.io/pkgs/pro/noarch/repodata.json.bz2>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io', port=443): Max retries exceeded with url: /pkgs/pro/noarch/repodata.json.bz2 (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x000001F03B89DE10>, 'Connection to repo.continuum.io timed out. (connect timeout=9.15)'))",),)
最佳答案
我也遇到了类似的问题。就我而言(Ubuntu 16.04,python 3.5.2)命令
pip install jupyterlab
导致了类似的错误。读完本页后
https://github.com/jupyterlab/jupyterlab
我尝试了这个命令,它有效
python3 -m pip install jupyterlab
希望对你有帮助!
关于python - 使用 pip 或 conda 安装 jupyter lab 时遇到问题 - 找不到满足 ipykernel 要求的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50038714/
我在 VS 代码中使用 jupyter notebook 时遇到问题。屏幕显示“Python 3.7.8 需要安装 ipykernel”。如果我按照弹出窗口安装 ipykernel。它仍然不起作用。截
我正在尝试通过 python 扩展将 vscode 与 jupyter 一起使用。我的 pipfile 看起来像这样: [[source]] name = "pypi" url = "https://
我正在尝试在 VS Code 中运行 Jupyter 笔记本文件,但由于以下错误而无法运行:IPyKernel not installed into interpreter Python 3.8.5
嗨,我正在使用虚拟工作室并在 Jupiter 笔记本上运行命令。 但是会发生这个错误。 “未能找到用于 ipykernel 启动的内核规范” 为什么这次我不能执行命令? 最佳答案 我也有类似的情况。我
我正在使用 Ubuntu 16.04 lts。我的默认 python 二进制文件是 python2.7。当我尝试使用以下命令在原子编辑器中为氢安装 ipykernel 时 python -m pip
我使用了支持 PEP582 的 python 包管理器 (PyFlow/PDM) : 包安装在本地目录{workspace_path}/__pypackages__/ . 我在 settings.js
我在 EC2 实例上安装了 Jupyter 笔记本和实验室,由于某种原因,我收到以下错误: ImportError: cannot import name 'filefind' from 'trait
我正在使用 Vagrant Ubuntu VM 为 jupyter notebook 创建一个新的 virtualenv。我安装了 ipykernel 并通过 anaconda2 激活了 virtua
安装 jupyter lab 时出现问题 - 找不到满足 ipykernel 要求的版本 pip install jupyterlab Retrying (Retry(total=4, connect
menu_sub= menu[menu["Trans Fat"]==0][menu["Cholesterol (% Daily Value)"]==0][menu["Cholesterol (% Da
我是一名优秀的程序员,十分优秀!