pygame_shaders icon indicating copy to clipboard operation
pygame_shaders copied to clipboard

pygame_shaders depends on moderngl but doesn't automatically install it when it is installed

Open void4 opened this issue 1 year ago • 0 comments

To Reproduce Steps to reproduce the behavior:

  1. Install the latest version of pygame_shaders directly from Github like here: https://github.com/ScriptLineStudios/pygame_shaders/issues/9#issuecomment-1616721961
  2. Run import pygame_shaders
  3. Results in: ModuleNotFoundError: No module named 'moderngl'
  4. which requires a manual pip install moderngl

Expected behavior For pygame_shaders to list moderngl as a dependency, so it is automatically installed with it

void4 avatar Jun 30 '24 09:06 void4