peru icon indicating copy to clipboard operation
peru copied to clipboard

Stand Alone Executable (peru.exe)

Open naturallymitchell opened this issue 5 years ago • 4 comments

Would you be open to distributing a stand alone executable for similar easy installation to https://chocolatey.org/packages/youtube-dl https://github.com/rg3/youtube-dl/releases

naturallymitchell avatar Nov 01 '18 06:11 naturallymitchell

Sure, why not :) I don't have any experience with those packaging tools personally though.

oconnor663 avatar Nov 02 '18 13:11 oconnor663

I don't either, but having people install python and then pip isn't going well. Here's what I know so far: https://www.pyinstaller.org/

Do you have any time to investigate this as well?

naturallymitchell avatar Nov 24 '18 02:11 naturallymitchell

One option is to use pex

iilyak avatar Feb 21 '19 22:02 iilyak

~~PyOxidizer seems easy and promising.~~

edit: PyYAML and Peru extensively uses __file__, thus could not be packaged by PyOxidizer.

https://pyoxidizer.readthedocs.io/en/stable/oxidized_importer_behavior_and_compliance.html#no-file

mochaaP avatar Jun 19 '23 06:06 mochaaP