docker python 3.11 容器报错

  1. OSError: libc++.so.1: cannot open shared object file: No such file or directory

解决办法 Dockerfile文件中增加如下命令执行安装

复制代码
RUN apt install libc++-dev
  1. ImportError: libGL.so.1: cannot open shared object file: No such file or directory

解决办法 Dockerfile文件中增加如下命令执行安装

RUN apt install libgl1 -y

相关推荐
love530love6 天前
stable diffusion webui 更改为python3.11版本运行Windows11
stable diffusion·python3.11
ftpeak14 天前
在 Linux下使用 Python 3.11 和 FastAPI 搭建带免费证书的 HTTPS 服务器
https·fastapi·python3.11
人才程序员2 个月前
【PySide6快速入门】QFileDialog 文件选择对话框
c语言·c++·qt·microsoft·pyside6·python3.11
人才程序员2 个月前
【PySide6快速入门】ui文件的使用
c语言·开发语言·前端·qt·ui·python3.11·界面
hshpy2 个月前
start using Python 3.11 after installation
windows·python·python3.11
卜及中2 个月前
【Pytest】基础到高级功能的理解使用
开发语言·python·学习·pytest·python3.11
卜及中3 个月前
【Sanic 框架 / 1】深入学习:从入门到进阶
python·学习·web3·python3.11
mixboot3 个月前
macOS 安装 python3.11
macos·python3.11
vvw&4 个月前
如何在 Ubuntu 22.04 上安装 JupyterLab 环境教程
linux·运维·服务器·ubuntu·jupyter·开源·python3.11
Guofu_Liao4 个月前
大语言模型---Llama不同系列的权重参数文件提取;Llama-7B权重文件提取;Llama-8B权重文件提取;主要代码功能解析
人工智能·语言模型·自然语言处理·chatgpt·aigc·llama·python3.11