<p>I fixed my issue by…</p>
<ul>
<li>
<p>downloading Python 3 at the official website and installing it via express installation</p>
</li>
<li>
<p>Copy & Paste the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS</p>
</li>
<li>
<p>running <code>python -m pip install --upgrade pip</code> in cmd</p>
</li>
</ul>
<p>Now pip and python 3 are installed in their latest version.</p>
<p>It seems that AMPPS doesnt’t provide a full-fledged python build. So vous devez update python yourself.</p>
<p>Thanks to y’all.</p>