Monday, September 11, 2017

18.04 - Unable to locate package python3.4-venv

I have a fresh install of Ubuntu 18.04.1, and am trying to install python3-venv. I have tried all of the following:




sudo apt install python3-venv
sudo apt install python3.4-venv
sudo apt-get install python3-venv
sudo apt-get install python3.4-venv
sudo apt-get install -y python3-venv
sudo apt-get install -y python3.4-venv


All of the above with 3.4 result in Unable to locate package python3.4-venv.




All of the above with 3 result in:



Package python3-venv is not available, but is referred to by another package.  
This may mean that the package is missing, has been obsoleted, or is only available from another source.
E: Package 'python3-venv' has no installation candidate


I had the same problem with python3-pip, but managed to install it by curling the source. I think this fact is a key detail to the problem, but I don't know what problem that detail points to.



Thanks in advance :)

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...