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

missing pyglet #47

Closed
TontonTremblay opened this issue Mar 28, 2023 · 2 comments
Closed

missing pyglet #47

TontonTremblay opened this issue Mar 28, 2023 · 2 comments
Assignees

Comments

@TontonTremblay
Copy link

pyglet not getting installed while setup.py

pip install pyglet==1.5.27

Need older version for trimesh. https://github.com/mikedh/trimesh/blob/main/trimesh/viewer/windowed.py#L21

@ghuber-github
Copy link

i had the same issue. fyi: on another machine i got a, so the version requirement should perhaps be fixed:
ImportError: 'trimesh.viewer.windowed' requires 'pip install "pyglet<2"'

@clemense
Copy link
Owner

Fixed in latest release (v0.0.55). This will now be installed by pip install yourdfpy[full]. (without the [full] option pyglet<2.0 won't be a dependency)

@clemense clemense self-assigned this Dec 17, 2023
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

3 participants