Kieran Rosevear
Kieran Rosevear
> What do you get when you run these commands in the terminal? > > ```shell > which openssl > ``` > > ```shell > openssl version > ``` Last...
Same issue my side, unable to proceed after holding and releasing space bar to record audio
Issue appears linked with /Library/Caches/pypoetry/virtualenvs/01os-w_P9xt9H-py3.9/lib/python3.9/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
> I used `poetry env use 3.11` and `poetry install`. it worked after I created a dummy `REAME.md` file. Not sure why this is missing in my current setup. This...
> Did upgrading to python 3.11 fix this issue for folks? Oderwats instructions fixed my issue