所以我一直在遵循一些关于如何从这里的链接安装Pygame的说明:
最后三个命令如下所示
$
# Use mercurial to clone current code
hg clone https://bitbucket.org/pygame/pygame
# Build and install
cd pygame
sudo python3 setup.py
$
当我运行最后一个命令来运行安装文件时,在它正常运行之前,我得到了这个错误。
building 'pygame.imageext' extension
creating build/temp.linux-x86_64-
我是Docker的新手,所以我可能做错了什么。我试图在一个容器中安装Adafruit-GPIO,但我一直收到这个错误,我不确定如何解决它。我使用Powershell在Windows10PC上本地构建该文件。 我已经确认了GCC的安装是正确的。我一直在网上搜索答案,但没有太多可查的。 Dockerfile: FROM balenalib/raspberry-pi-debian-python:3.7.2
RUN pip3 install --upgrade pip
RUN sudo pip3 install --upgrade setuptools
RUN sudo apt-get updat