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

Broken dependency: ModernGL.ext.obj #16

Open
Alexandru-Dascalu opened this issue Jun 21, 2022 · 1 comment
Open

Broken dependency: ModernGL.ext.obj #16

Alexandru-Dascalu opened this issue Jun 21, 2022 · 1 comment

Comments

@Alexandru-Dascalu
Copy link

It is impossible to install ModernGL.ext.obj. In a virtualenv virtual environment on Python 3.7.0, pip is unable to fund the extension for loading obj files:

pip install ModernGL.ext.obj==1.0.0

ERROR: Could not find a version that satisfies the requirement ModernGL.ext.obj==1.0.0 (from versions: none)
ERROR: No matching distribution found for ModernGL.ext.obj==1.0.0

The same happens in a virtualenv environment with Python 3.8.10.

@Alexandru-Dascalu
Copy link
Author

Solution: ModernGL.ext.obj has been renamed to objloader, put objloader==0.2.0 in the requirements.

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