Running on MacOS 10.14.6 (Mojave) with python 2.7.5
Traceback (most recent call last):
File "./GenSMBIOS.command", line 439, in
s = Smbios()
File "./GenSMBIOS.command", line 14, in init
self.d = downloader.Downloader()
File "/Volumes/Users/Users/patnaik/Desktop/Hackintosh/Big Sur/GenSMBIOS-master/Scripts/downloader.py", line 18, in init
cafile = ssl.get_default_verify_paths().openssl_cafile
AttributeError: 'module' object has no attribute 'get_default_verify_paths'
This happens with many of your utilities that I tried.
Running on MacOS 10.14.6 (Mojave) with python 2.7.5 Traceback (most recent call last): File "./GenSMBIOS.command", line 439, in
s = Smbios()
File "./GenSMBIOS.command", line 14, in init
self.d = downloader.Downloader()
File "/Volumes/Users/Users/patnaik/Desktop/Hackintosh/Big Sur/GenSMBIOS-master/Scripts/downloader.py", line 18, in init
cafile = ssl.get_default_verify_paths().openssl_cafile
AttributeError: 'module' object has no attribute 'get_default_verify_paths'
This happens with many of your utilities that I tried.