Skip to content

New release, Python 3.14 and/or uvx installing errors #106

@Tremeschin

Description

@Tremeschin

Yes, the current stable PyPI release v0.9.1 of depthflow does not list Python 3.14 compatible dependencies ,and will likely fail to install without a development environment for building xxhash, glcontext, moderngl, pydantic-core, numpy-quaternion and/or other dependencies.

Until then, please either use uvx --python 3.13 depthflow gradio or run directly from source:

  • uvx --with https://github.com/BrokenSource/DepthFlow/ depthflow gradio (ephemeral)
  • uv tool install --python 3.13 --from https://github.com/BrokenSource/DepthFlow/ depthflow + uv tool run depthflow

A new release may take a while as I need to figure out new versioning packages across the monorepo and pyaket executables.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions