Open steffenfritz opened 3 years ago
Hi Steffen, Thank you very much for raising this issue!
This seems to be a PyInstaller issue which was fixed in PyInstaller 4.2
Recent version of python on macOS have their Python shared library signed due to Gatekeeper requirements. Due to partial collection of content from the Python.framework, the copy of Python shared library that we bundle with frozen application ends up with its signature invalidated, and refuses to load regardless of Gatekeeper settings.
Unfortunately, I can't just generate a new executable for macOS with a newer PyInstaller version because PyInstaller dropped support for Python 2 with version 4.0.
I probably won't find a quick solution. So for now you are left with two options:
Same problem here. Using docker (although not ideal) solve the issue. Just a note, if you are using Docker with an Apple Silicon the correct command should include the string --platform linux/amd64
, as below:
docker run --rm --platform linux/amd64 --network=host -v ${PWD}:/data:z felixlohmeier/openrefine-client:v0.3.10
Hi!
Directly after the start this leads to this error:
macOS Version 11.4 on M1