Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
void4 opened this issue Jun 30, 2024 · 0 comments

Comments

@void4
Copy link

void4 commented Jun 30, 2024

To Reproduce
Steps to reproduce the behavior:

  1. Install the latest version of pygame_shaders directly from Github like here: module 'pygame_shaders' has no attribute 'DefaultScreenShader' #9 (comment)
  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant