bloomreach / briefly

Briefly - A Python Meta-programming Library for Job Flow Control
Apache License 2.0
105 stars 30 forks source link

cannot import name 'ssl' from '_ssl' #4

Open ghost opened 2 years ago

ghost commented 2 years ago

When I try to execute the following code, I got the following error message. Any suggestions on how to address it?

Code: from briefly import from briefly.common import

Error message: ImportError: cannot import name 'ssl' from '_ssl'