I try to install python3-venv
package with apt-get by following comand:
sudo apt-get install python3-venv
But i get some errors:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-venv : Depends: python3.5-venv (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I also try to do this command:
sudo apt-get update
sudo apt-get upgrade
But it is not working, so i try to install python3-venv
by aptitude end i also get this error.
Could someone help me with this. Becouse i want to use venv, but i have not this package installed yet.