Can't install colorama in termux

537 views Asked by At

enter image description here When I tried to execute the command "pip install colorama" to install the colorama package, I encountered an error message indicating that I needed to install SSL. However, when I attempted to install SSL, it didn't seem to do anything.

1

There are 1 answers

0
Anonymous On

First of all, you can't simply run sudo in termux unless your device is rooted. Second, it says can't find a version that satisfies, not anything about permission denied. Try running apt update && apt upgrade From there, then try pip install colorama