corpnewt / GenSMBIOS

Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist.
MIT License
1.59k stars 234 forks source link

AttributeError: 'module' object has no attribute 'get_default_verify_paths' #17

Open patnaik-g opened 3 years ago

patnaik-g commented 3 years ago

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.

lebeier commented 3 years ago

use python3 instead of python2.

python3 GenSMBIOS.command