James C. Palmer
James C. Palmer
What do you get when you run these commands in the terminal? ```bash which openssl ``` ```bash openssl version ```
Looks like your environment is using Python 3.9. Try running: ```bash poetry env use python3.11 poetry shell poetry install ```
> This absolutely is an issue we need to fix, we would welcome a pull request to fix these issues! We also need to add the --api_base flag, that open...
Try to upgrade `poetry` to resolve: ```bash poetry self update ```