nexus1 发表于 2021-8-29 14:38

ryanz 发表于 2021-8-29 14:51

参见 https://stackoverflow.com/questions/67390716/unable-to-install-jupyterlab-execute-time-extension 用pip/conda而不是jupyter自带的包管理来装 pip3 install jupyterlab_execute_time

nexus1 发表于 2021-8-29 15:33

bubuyu 发表于 2021-8-29 15:48

nexus1 发表于 2021-8-29 15:33
Downloading jupyterlab_execute_time-2.0.5-py3-none-any.whl (134 kB)
   |████████████ ...

换个国内源试试

ryanz 发表于 2021-8-29 16:35

nexus1 发表于 2021-8-29 15:33
Downloading jupyterlab_execute_time-2.0.5-py3-none-any.whl (134 kB)
   |████████████ ...
看你用 anaconda 可以尝试下这句 conda install -c conda-forge jupyterlab_execute_time
另外,这个key error貌似是pip那边超时了,也可以 pip3 install jupyterlab_execute_time -i https://pypi.tuna.tsinghua.edu.cn/simple
还错误我就也不知道了

nexus1 发表于 2021-9-5 22:28

页: [1]
查看完整版本: jupyterlab 依赖包怎么装