You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: