sukebenet/dreampower

«libiomp5.dylib» is damaged and can't be opened

fungalspores opened this issue · 1 comments

Hello

When I try open dreampower on Mac OS, I have this error «libiomp5.dylib» is damaged and can't be opened. How can I fix this?

/Users/123/Downloads/DreamPower-v1.3.0-canary-macos-cpuonly/torch/../libiomp5.dylib: code signature in (/Users/123/Downloads/DreamPower-v1.3.0-canary-macos-cpuonly/torch/../libiomp5.dylib) not valid for use in process using Library Validation: library load disallowed by system policy

/Users/123/Downloads/DreamPower-v1.3.0-canary-macos-cpuonly/libiomp5.dylib: code signature in (/Users/123/Downloads/DreamPower-v1.3.0-canary-macos-cpuonly/libiomp5.dylib) not valid for use in process using Library Validation: library load disallowed by system policy

/Users/123/Downloads/DreamPower-v1.3.0-canary-macos-cpuonly/libiomp5.dylib: stat() failed with errno=1

[37846] Failed to execute script main

With your terminal, go to the directory where you installed dream power;

Run xattr libiomp5.dylib;

It should display com.apple.quarantine;

Run xattr -d com.apple.quarantine libiomp5.dylib ;

You can now use dream power.