Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
patnaik-g opened this issue Dec 3, 2020 · 1 comment

Comments

@patnaik-g
Copy link

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
Copy link

lebeier commented May 29, 2021

use python3 instead of python2.

python3 GenSMBIOS.command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants