flatpak / flatpak-builder-tools

Various helper tools for flatpak-builder
192 stars 105 forks source link

onnxruntime fails to generate a .json file with the pip tool #310

Open orowith2os opened 1 year ago

orowith2os commented 1 year ago

flatpak-builder version

1.2.2

Linux distribution and version

Fedora 36, inside of podman. Same results on host, Fedora Kinoite (Rawhide)

Affected flatpak-builder tool

pip/flatpak-pip-generator

flatpak-builder tool cli args

No response

Source repository URL

https://github.com/microsoft/onnxruntime

Flatpak-builder manifest URL

No response

Description

When I use the provided flatpak builder tool for pip, onnxruntime fails to install, with the error Exception: Failed to get onnxruntime-1.12.1 source from https://pypi.org/pypi/onnxruntime/1.12.1/json. There is no other error tossed.

sweetbbak commented 10 months ago

Any luck with this?

orowith2os commented 10 months ago

Sadly not. Contributions appreciated.

sweetbbak commented 10 months ago

Thanks. Did you end up just manually adding these packages? Im having this issue with onnxruntime and piper-phonemize.

orowith2os commented 10 months ago

I ended up just pulling the upstream binaries, and cutting out aarch64 support.