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.
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-quaternionand/or other dependencies.Until then, please either use
uvx --python 3.13 depthflow gradioor 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 depthflowA new release may take a while as I need to figure out new versioning packages across the monorepo and pyaket executables.