You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: