Replies: 1 comment 2 replies
-
It's the structure imposed on us by PyOxidizer, the program used to bundle the CLI. Older versions did produce a single executable but without extension modules. The new version is able to link extension modules but it can't load them from memory. To get the CLI to run, you can do the following, assuming you are in a folder with just
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title suggests, the latest release zip for MacOS does not contain a single executable, but instead the executable and a lib folder with a bunch of .so files. Is this the new intended structure?
Once I unpacked the archive and attempted to launch instawow, the app was blocked because it is not from an identified developer. After going into settings > Security & Privacy and allowing the app to run, I can launch it, but it will be blocked again, telling me to allow some .so file to be launched. This process repeats a bunch of times and after like 5 times I just gave up and reverted to 1.24.0.
Is there a good solution to this or should I move to installing via pip instead?
Beta Was this translation helpful? Give feedback.
All reactions