reor icon indicating copy to clipboard operation
reor copied to clipboard

MacOS not installing properly

Open Playerrrrr opened this issue 1 year ago • 12 comments

Have MacOS 14, could be an update issue. But the .dmg install file is asking me to download the latest version of the software and not allowing me to even open Reor.

Playerrrrr avatar Feb 08 '24 06:02 Playerrrrr

As far as I'm aware MacOS 14 is latest...Could you send me the exact message it is saying when you try to open the dmg? This could be a security issue in which case you need to go to settings -> security, scroll to where it hit "Open anyway": Screenshot 2024-02-08 at 21 03 02

samlhuillier avatar Feb 08 '24 21:02 samlhuillier

this worked for me

tudorsaitoc avatar Feb 12 '24 15:02 tudorsaitoc

This did not work for me. The app immediately crashes with the following message:

Uncaught Exception:
Error: vectordb: failed to load native library.
You may need to run `npm install @lancedb/vectordb-darwin-arm64`.

If that does not work, please file a bug report at https://github.com/lancedb/lancedb/issues

Source error: Error: dlopen(/Applications/Reor.app/Contents/Resources/app.asar.unpacked/node_modules/@lancedb/vectordb-darwin-arm64/index.node, 0x0001): Library not loaded: /opt/homebrew/opt/xz/lib/liblzma.5.dylib
Referenced from: <84349C78-366A-35F8-8798-808072CCD3D8> /Applications/Reor.app/Contents/Resources/app.asar.unpacked/node_modules/@lancedb/vectordb-darwin-arm64/index.node (built for macOS 14.0 which is newer than running OS)
Reason: tried: '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file)
at Object.<anonymous> (/Applications/Reor.app/Contents/Resources/app.asar/node_modules/vectordb/native.js:26:11)
at Module._compile (node:internal/modules/cjs/loader:1271:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1326:10)
at Module.load (node:internal/modules/cjs/loader:1126:32)
at Module._load (node:internal/modules/cjs/loader:967:12)
at c._load (node:electron/js2c/node_init:2:13672)
at Module.require (node:internal/modules/cjs/loader:1150:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object.<anonymous> (/Applications/Reor.app/Contents/Resources/app.asar/node_modules/vectordb/dist/query.js:19:25)
at Module._compile (node:internal/modules/cjs/loader:1271:14)

I'm running Apple M1 Max, Ventura 13.6.3 and installed Reor_0.1.43-arm64.dmg. Note, I do not use homebrew and do not have it installed (I use macports, but that is another issue); not sure why a package would expect homebrew to be installed.

jacob-lee avatar Feb 15 '24 03:02 jacob-lee

I am on MacOS 14.3.1 2.6 GHz 6-Core Intel Core i7 When I try to open the binary for Mac (Intel) I see: Screenshot 2024-02-15 at 10 18 14 AM

When trying to build locally I see this:

skipped macOS application code signing reason=cannot find valid "Developer ID Application" identity or custom non-Apple code signing certificate, it could cause some undefined behaviour, e.g. macOS localized description not visible, see https://electron.build/code-signing

gitjeff05 avatar Feb 15 '24 15:02 gitjeff05

hold down option key when you open the app. its apple imposing a bullshit $99 devleoper tax to make us jump thru code signing hoops

swyxio avatar Feb 16 '24 22:02 swyxio

Not sure what that is supposed to do, but I still get the pop up with the JavaScript uncaught exception.

On Fri, Feb 16, 2024, 5:27 PM swyx.io @.***> wrote:

hold down option key when you open the app. its apple imposing a bullshit $99 devleoper tax to make us jump thru code signing hoops

— Reply to this email directly, view it on GitHub https://github.com/reorproject/reor/issues/25#issuecomment-1949423118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM5SQNWRNN5DNYADQAUWV3YT7MNZAVCNFSM6AAAAABC7FNPOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBZGQZDGMJRHA . You are receiving this because you commented.Message ID: @.***>

jacob-lee avatar Feb 17 '24 02:02 jacob-lee

@jacob-lee this is related to #36 which should be fixed on MacOS from v0.1.44.

Are you on Windows? This bug still exists on windows and a workaround is to install visual studio and then install visual studio c++ libraries.

samlhuillier avatar Feb 17 '24 13:02 samlhuillier

I'm running Apple M1 Max, Ventura 13.6.3 and installed Reor_0.1.43-arm64.dmg.

The error message I, personally am getting is pasted in my reply above. It seems to have something to do with you DMG package expecting I have homebrew installed, or some dependency related to vector databases.. a problem somewhat unexpected when installing a DMG file.

On Sat, Feb 17, 2024, 8:24 AM samlhuillier @.***> wrote:

@jacob-lee https://github.com/jacob-lee this is related to #36 https://github.com/reorproject/reor/issues/36 which should be fixed on MacOS from v0.1.44 https://github.com/reorproject/reor/releases/tag/v0.1.44.

Are you on Windows? This bug still exists on windows and a workaround is to install visual studio and then install visual studio c++ libraries.

— Reply to this email directly, view it only GitHub https://github.com/reorproject/reor/issues/25#issuecomment-1950158653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM5SQKDXEZLCNYLZDBYXT3YUCVQTAVCNFSM6AAAAABC7FNPOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGE2TQNRVGM . You are receiving this because you were mentioned.Message ID: @.***>

jacob-lee avatar Feb 17 '24 16:02 jacob-lee

I see. Disregard my previous message; I should have read #36 https://github.com/reorproject/reor/issues/36 first. I'll give the new release a try. Thank you!

On Sat, Feb 17, 2024, 8:24 AM samlhuillier @.***> wrote:

@jacob-lee https://github.com/jacob-lee this is related to #36 https://github.com/reorproject/reor/issues/36 which should be fixed on MacOS from v0.1.44 https://github.com/reorproject/reor/releases/tag/v0.1.44.

Are you on Windows? This bug still exists on windows and a workaround is to install visual studio and then install visual studio c++ libraries.

— Reply to this email directly, view it on GitHub https://github.com/reorproject/reor/issues/25#issuecomment-1950158653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM5SQKDXEZLCNYLZDBYXT3YUCVQTAVCNFSM6AAAAABC7FNPOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGE2TQNRVGM . You are receiving this because you were mentioned.Message ID: @.***>

jacob-lee avatar Feb 17 '24 16:02 jacob-lee

fyi, seeing the same sign issue while doing the cask package.

chenrui333 avatar Feb 18 '24 23:02 chenrui333

This release fixed the issue for me.

On Sat, Feb 17, 2024, 8:24 AM samlhuillier @.***> wrote:

@jacob-lee https://github.com/jacob-lee this is related to #36 https://github.com/reorproject/reor/issues/36 which should be fixed on MacOS from v0.1.44 https://github.com/reorproject/reor/releases/tag/v0.1.44.

Are you on Windows? This bug still exists on windows and a workaround is to install visual studio and then install visual studio c++ libraries.

— Reply to this email directly, view it on GitHub https://github.com/reorproject/reor/issues/25#issuecomment-1950158653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM5SQKDXEZLCNYLZDBYXT3YUCVQTAVCNFSM6AAAAABC7FNPOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGE2TQNRVGM . You are receiving this because you were mentioned.Message ID: @.***>

jacob-lee avatar Feb 21 '24 16:02 jacob-lee

Which issue were you seeing @chenrui333 ?

samlhuillier avatar Feb 21 '24 16:02 samlhuillier