-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
Description
This is the latest stable version of arcade: https://pypi.org/project/arcade/2.6.17/
The wheel on PyPI declares that it requires pyglet development version: 2.0.dev23
This causes https://pixi.sh/ to install by default a broken older arcade version 2.3 if I use pixi add --pypi arcade
and import arcade
.
Trying to install specifically the latest stable version:
$ pixi add --pypi 'arcade==2.6.17'
× failed to solve the pypi requirements of 'default' 'osx-arm64'
├─▶ failed to resolve pypi dependencies
╰─▶ Because there is no version of pyglet==2.0.dev23 and arcade==2.6.17 depends on pyglet==2.0.dev23, we can conclude that arcade==2.6.17 cannot be used.
And because you require arcade==2.6.17, we can conclude that your requirements are unsatisfiable.
hint: pyglet was requested with a pre-release marker (e.g., pyglet==2.0.dev23), but pre-releases weren't enabled (try: `--prerelease=allow`)
I see here that a stable version of pyglet is available: https://pypi.org/project/pyglet/2.0.17/
Could you please release a newer version of arcade that fixes this dependency to the stable one so that install "just works"?