Running Kivy hello world on Ubuntu docker - egl_rpi - ImportError: cannot import name 'bcm'

前端 未结 0 369
旧巷少年郎
旧巷少年郎 2021-02-15 04:24

Dockerfile

#Main docker image
FROM ubuntu:18.04

# Install necessary system packages
RUN apt-get update
RUN apt-get install -y \\
    python3-pip         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题