Hi Tanguy,
"Tanguy Le Carrour" <[email protected]> writes:
Hi Guix,
I’m packaging one of my yet-to-be-published-toy-project and I’m
having this
weird error message when running the command installed by the
Guix package:
RuntimeError: Type not yet supported: pathlib.Path | None
Looks like an upstream bug in the typer package:
https://github.com/fastapi/typer/issues/533
From the source repository, everything works as expected with
our Python 3.11
and 3.12. But once packaged… **BOOM**, it throws the above
error.
You’re probably using a different version of typer in your dev
repo than in your Guix package.
-- Ian