Podrían ayudarme con un error en pip en python, es el siguiente:
ERROR: Installing pip is forbidden, this will break the python-pip package (termux).
Ya intenté actualizar pip pero me sigue apareciendo el mismo error
Holaaa…termux maneja sus propios paquetes, prueba con pkg uninstall python y luego pkg install python
Hola amigo es por qué termux tienen limitantes con su versión de pip , intenta ejecutar siempre de la siguente manera , python3 -m pip install (nombre del pip) --break-system-packages , eso probablemente haga que funcione y en caso de querer instalar un requirement.txt , python3 -m pip install -e requirements.txt --break-system-packages , y cuando el repositorio contenga proyect.toml entonces python3 -m pip install -e . --break-system-packages
Perdón es con el flag -r al instalar el requerimient.txt