Hey Guys I'm using Raspberry Pi OS in my desktop I'm on a mission to make a game using Pygame in Python but I can't load the image in the Pygame GUI it's getting some errors. I have tried copying it's path and paste but the same error is visible hope you guys can solve this
import pygame
pygame.init()
disp = pygame.display.set_mode((400,400))
pygame.display.set_caption("Hello")
pygame.image.load("img.png")
pygame.display.update()
OUTPUT : pygame 1.9.4.post1 Hello from the pygame community. https://www.pygame.org/contribute.html ALSA lib bluealsa-pcm.c:763:(_snd_pcm_bluealsa_open) Couldn't get BlueALSA PCM: PCM not found