I'm currently trying to install Flask for testing a simple web page. Unfortunately i got the following message:
Command 'virtualenv' not found, but can be installed with:
sudo apt install python3-virtualenv
When i do it, i got :
Unable to locate package python3-virtualenv
I check my python version and I'm on Python 3.10.4
Whent i try sudo apt-get update i got:
W: Some index files failed to download. They have been ignored, or old ones used instead.
Whent i try sudo apt-get upgrade i got:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
And when i try sudo apt-get install python3-venv i got :
E: Package 'python3-venv' has no installation candidate