Open
Description
I am a big noob when it comes to coding and python and everything, and I am sure there are a lot of people who would love to get a solution to this error. Error goes like this:
Traceback (most recent call last):
File "main.py", line 21, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "truststore_init_.py", line 17, in <module>
File "ssl.py", line 771, in create_default_context
File "ssl.py", line 592, in load_default_certs
File "ssl.py", line 584, in _load_windows_store_certs
ssl.SSLError: not enough data: cadata does not contain a certificate (_ssl.c:4015)