No module named pkg_resources in gitlab-runner env
August 2024 Update
what is significance of “python3 -m pip install –user .” and how it will impact if I run it insicde container
I am running python3 -m pip install –user . in ci file after that I am running setup.py file.
can I add python3 -m pip install –user . in container on which I am running setup.py file?
gitlab CI: powershell job doesnt fail on python exception
I have a simple gitlab config: