Hi All, I am trying to create CICD pipe line for a python application and the jenkins build is failing with this error… How do I resolve it?
Thanks
Asha
Hi All, I am trying to create CICD pipe line for a python application and the jenkins build is failing with this error… How do I resolve it?
Thanks
Asha
If you’re using Jenkins with a recent version of Ubuntu, then you directly use pip to globally install python packages – python is not installed in such a way that it will work. You need to install python packages in one of two ways: