Here's an example that requires it:
poetry add pycurl
The fix is given in that post:
pip install --compile --install-option="--with-openssl" pycurl
How to package-manage my project now?
Must I use poetry
for everything else, and manually pip install
pycurl?
Or can I somehow fold it into my pyproject.toml
?