jdegenstein / jmwright-CQ-Editor

Forked from jmwright/CQ-Editor
Apache License 2.0
28 stars 7 forks source link

the macos version wont run #17

Closed Yornik closed 9 months ago

Yornik commented 9 months ago
❯ ./CQ-editor.sh
[33314] Error loading Python lib '/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib': dlopen: dlopen(/Users/<username>/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib, 0x000A): tried: '/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib' (code signature in <1E9707C0-19DB-36BD-8870-96645764AF16> '/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib' (no such file), '/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib' (code signature in <1E9707C0-19DB-36BD-8870-96645764AF16> '/Users/Yornik.Heyl_1/Downloads/CQ-editor-MacOS/CQ-editor/_internal/libpython3.10.dylib' not valid for use in process: library load disallowed by system policy)

all the python things need to be approved one by one

Yornik commented 9 months ago

xattr -r -d com.apple.quarantine path/to/CQ-editor-MacOS

does not work as -r is not a accepted flag

Yornik commented 9 months ago

find . -exec xattr -d com.apple.quarantine {} \;

Should be the command you need to do

Yornik commented 9 months ago

still does not seem to work