vipul petkar Asked: 2019-04-22 08:54:55 +0800 CST2019-04-22 08:54:55 +0800 CST 2019-04-22 08:54:55 +0800 CST E: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu disco Release' does not have a Release file [duplicate] 772 I have been trying to install Devstack and this happened while "./stack.sh". python3 openstack 1 Answers Voted Best Answer N0rbert 2019-04-22T09:14:10+08:002019-04-22T09:14:10+08:00 You should remove this PPA from the system with sudo add-apt-repository -r ppa:jonathonf/python-3.6 and then run sudo apt update to get actual package indexes. Please note if you really need the packages from this PPA, then consider to contact JonathonF and ask him about packaging for disco. See example text in this answer.
You should remove this PPA from the system with
and then run
to get actual package indexes.
Please note if you really need the packages from this PPA, then consider to contact JonathonF and ask him about packaging for disco. See example text in this answer.