I get an error when trying to install p4python on macOS 10.15 Catalina.
Command pip install p4python
.
Cannot build P4Python without SSL support
Exception: Parameter –ssl is needed
When I try to install an older version, I also get an error.
Command pip install p4python==2018.2.1743033
.
Cannot match OpenSSL Version string ‘LibreSSL 2.8.3’
Cannot build P4Python without SSL support
The second error seems to be caused by macOS using LibreSSL instead of OpenSSL.
Any ideas how to get it installed?