0

I am getting error when import any python library or module.

the following error shown by IDE:

  from pygame.base import * # pylint: disable=wildcard-import; lgtm[py/polluting-import]
  Import error: DLL load failed while importing base: The specified procedure could not be found 

Additional information: python version = 3.9

love code
  • 61
  • 1
  • 7

1 Answers1

-1
sudo apt-get install python3-pygame
pf4 -
  • 1
  • 1