microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

macOS Catalina build failure (and the upgrade that solved it) #932

Open marchage opened 4 years ago

marchage commented 4 years ago

Describe the bug A clear and concise description of what the bug is. Does not build on my mac

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error run npm ci run npm run release I get something along the lines of perl being 64 bit but a module not being that. And something along the lines of "Can't locate Mac/Memory.pm in @INC" but I deleted those in my solving frenzy. Here (https://github.com/electron-userland/electron-builder/issues/3990) I read that electron-build had to be upgraded to 21.2.0. It worked, it builds, but I have no idea if it still does on Windows or Linux. And most likely you could do with a newer version (let's say less exact than 21.2.0). Hope this helps.

Expected behavior A clear and concise description of what you expected to happen. An dmg is built

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here. Close me!