✔ pip install --upgrade pip setuptools
→ Update pip
and setuptools
✔ pip install --upgrade --force-reinstall setuptools
→ Reinstall setuptools
✔ pip cache purge
→ Clear the pip
cache
✔ pip install numpy --no-build-isolation
→ Install numpy
without pyproject.toml
isolation