CapPow / HerbASAP

An effort to automate image post processing for natural history collections
GNU General Public License v3.0
8 stars 3 forks source link

HerbASAP not working with latest macOS (11, Big Sur)? #57

Closed dakilaledesma closed 3 years ago

dakilaledesma commented 3 years ago

Currently, it is not able to properly open settings wizard, opening with a blank screen. Note that this is on a Hackintosh. @j-h-m If you have a real Mac with Big Sur, can you go ahead and try this?

System Specs: macOS 11.0.1 Big Sur on OpenCore 0.6.3 Intel Core i7-8550U Python 3.7 Using requirements.txt for libraries Already tried headless version of OpenCV, didn't work.

SMBIOS is MacBookPro15,2: image

j-h-m commented 3 years ago

Hey @bgq527,

Yes I just updated my Macbook to Big Sur so I will give it a try.

dakilaledesma commented 3 years ago

Update, was able to fix it - just update to the latest version of PyQt5 and PyQt5-sip (currently version 5.12.3) instead of the version in requirements.txt.

pip install -U PyQt5

@j-h-m will wait for confirmation whether or not that works and then I'll close it

j-h-m commented 3 years ago

Confirmed: I had the same issue, but the update fixed it.

dakilaledesma commented 3 years ago

Fixed with a new version of requirements.txt in this commit: 65b2819e88d7b87d8be928e935637ac54aa7a7c5