Ofek Lev

Results 697 comments of Ofek Lev

That "failed to iterate over archive" message is now fixed as of https://github.com/ofek/pyapp/releases/tag/v0.20.1 The issue was that the status code was not being checked so it would download a few...

Oh, I see, yeah like I mentioned above: > There is no such option yet to resolve dependencies at build time, for now you must preinstall into a distribution and...

Basically pull down one of the distributions that is used by default, install whatever you want, archive it again, then embed as you are currently doing.

Can you please try rebuilding with one of the variant options? https://ofek.dev/pyapp/latest/config/#cpython

I think it might be an issue with that particular package: - https://github.com/scikit-learn-contrib/hdbscan/issues/525 - https://github.com/scikit-learn-contrib/hdbscan/issues/600 As far as why that first error is gone, it's related to the CPU architecture...

Can you please give me more details about your environment? What I meant was would it be useful to you if you could inject environment variables into the binary such...

The variant environment variable I think is the issue for ARM, can you try removing that?