pip 下载并安装离线包 python 依赖

mkdir jupyterlab_pack

cd jupyterlab_pack/

pip wheel jupyterlab==1.1.4 -i https://pypi.tuna.tsinghua.edu.cn/simple/

cd ..

pip install jupyterlab==1.1.4 --no-index --find-links jupyterlab_pack
发布了157 篇原创文章 · 获赞 85 · 访问量 34万+

猜你喜欢

转载自blog.csdn.net/Areigninhell/article/details/103565048