I'm trying to install a library (p4python) with pip which requires to specify the --ssl option.
Here is the command I run:
pip install --install-option="--ssl" --install-option="/usr/local/ssl/lib/" p4python
I'm getting the error:
error: option --ssl not recognize
I don't understand. This should be a valid options for setup.py:
https://swarm.workshop.perforce.com/files/guest/perforce_software/p4python/setup.py?v=7
I saw someone mentioning this issue in this post:
How do I install p4python on macOS 10.15 Catalina?
However, no one gave a solution for this problem.
Any idea how to solve this?
Thank you in advance for your help.