sebseager / slack-exporter

A Slack bot for exporting content from public and private channels.
GNU General Public License v3.0
124 stars 35 forks source link

Import Error on MacOS Ventura 13.1 #18

Open ie04 opened 1 year ago

ie04 commented 1 year ago

Attempting to run the script on macOS Ventura 13.1 via the command python3 exporter.py --help yields the following error:

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168

sebseager commented 5 months ago

Did you give brew install openssl@1.1 or something similar a shot? That or try downgrading urllib to some version <2.0?