
KBatge194698 (Community Member) asked a question.
I am trying to run an agent based scan for a python project. The container the scan is running in has both pip3.8 and python3 installed and both are on the system PATH.
However, when I run the scan it fails with
Some system requirements for PIP scanning not met: Couldn't find Python installation
Any assistance much appreciated.
.png)
I have got this working by installing python-is-python3 on my system (which essentially creates an alias from python => python3).
I shouldn't have to do this though, as the documentation here (https://help.veracode.com/r/c_sc_python) says that the scan should run if I
"Have Python 2.x or 3.x installed in your path."
I do have python 3 installed already, so why doesn't it work with just that?