当电脑不能连接外网时,我们需要安装python的第三方包,可以使用如下命令下载所需要的包

pip3 download -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

然后使用命令在终端中安装

for %x in (dir *.whl) do python -m pip install %x

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案