'Rust Python not installing
I've been using Termux for a long time, but I can't solve this problem. Why when I want to install Rust using pip. After the message: Using cached matplotlib-3.5.1.tar.gz (35.3 MB) nothing happens for an hour now.
Solution 1:[1]
You could try updating pip to the latest version by python -m pip install --upgrade pip. And then try pip install RUST
If it doesn't work you could try uninstalling Rust first by pip uninstall RUST. And then reinstall it by pip install RUST
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
