Open raphael10-collab opened 2 years ago
Same here with:
Python: 3.10.7
pyoxidizer: 0.24.0
pip: 22.2
Ubuntu 22.10
yes, this doesn't work. Use pyoxidizer build
instead and run the resulting executable with --help
to achieve what the example shows.
Following the indications found here: https://pyoxidizer.readthedocs.io/en/latest/pyoxidizer_getting_started.html#your-first-pyoxidizer-project I'm trying to compile
pyflakes
executable example:pyoxidizer.bzl
:Executing
pyoxidizer
:The installation process does not close and completes: it remains stuck there.
The same with:
Other info:
What am I doing wrongly? How to make it work?