[arch-general] python 3.5 with or without python 3.7
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP.
On 07/01/2019 14:34, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP. Install python35 from aur if you need it system wide or use pyenv if not.
what would be the command line for pipenv (eg. user wide) ? Le lun. 7 janv. 2019 à 14:36, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
On 07/01/2019 14:34, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP. Install python35 from aur if you need it system wide or use pyenv if not.
On 07/01/2019 14:52, Pascal via arch-general wrote:
what would be the command line for pipenv (eg. user wide) ?
Le lun. 7 janv. 2019 à 14:36, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
On 07/01/2019 14:34, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP. Install python35 from aur if you need it system wide or use pyenv if not.
Pyenv[1] not pipenv. And please don't top post :=) [1]https://github.com/pyenv/pyenv
thanks ok, this is the last top post ;-) Le lun. 7 janv. 2019 à 14:55, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
what would be the command line for pipenv (eg. user wide) ?
Le lun. 7 janv. 2019 à 14:36, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
On 07/01/2019 14:34, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by
On 07/01/2019 14:52, Pascal via arch-general wrote: libreoffice-still.
what do you think is the easiest way to achieve my goals ? regards, lacsaP. Install python35 from aur if you need it system wide or use pyenv if not.
Pyenv[1] not pipenv.
And please don't top post :=)
pyenv <https://github.com/pyenv/pyenv> did the job perfectly ! thank you for this tip :-) regards, lacsaP. Le lun. 7 janv. 2019 à 14:59, Pascal <patatetom@gmail.com> a écrit :
thanks ok, this is the last top post ;-)
Le lun. 7 janv. 2019 à 14:55, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
what would be the command line for pipenv (eg. user wide) ?
Le lun. 7 janv. 2019 à 14:36, Mr.Elendig <mrelendig@har-ikkje.net> a écrit :
On 07/01/2019 14:34, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by
On 07/01/2019 14:52, Pascal via arch-general wrote: libreoffice-still.
what do you think is the easiest way to achieve my goals ? regards, lacsaP. Install python35 from aur if you need it system wide or use pyenv if not.
Pyenv[1] not pipenv.
And please don't top post :=)
On 1/7/19 8:34 AM, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP.
python35 is an AUR package that is *not* the "python" package pinned at version 3.5 You are not permitted to change the version of the "python" package, as it will break all python-related software in the entire distribution, of which there is a tremendous amount. If you do it, you are no longer running Arch Linux. There is absolutely no issue with installing the python35 package next to the python package, it will work flawlessly. :) -- Eli Schwartz Bug Wrangler and Trusted User
my package comes from https://archive.archlinux.org/packages/p/python/ and it's not an AUR package. if I understood correctly, I wouldn't have this dependency problem if I install the AUR python35 package: is that correct? Le lun. 7 janv. 2019 à 14:38, Eli Schwartz via arch-general < arch-general@archlinux.org> a écrit :
On 1/7/19 8:34 AM, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP.
python35 is an AUR package that is *not* the "python" package pinned at version 3.5
You are not permitted to change the version of the "python" package, as it will break all python-related software in the entire distribution, of which there is a tremendous amount. If you do it, you are no longer running Arch Linux.
There is absolutely no issue with installing the python35 package next to the python package, it will work flawlessly.
:)
-- Eli Schwartz Bug Wrangler and Trusted User
On 07/01/2019 14:43, Pascal via arch-general wrote:
my package comes from https://archive.archlinux.org/packages/p/python/ and it's not an AUR package. if I understood correctly, I wouldn't have this dependency problem if I install the AUR python35 package: is that correct?
Le lun. 7 janv. 2019 à 14:38, Eli Schwartz via arch-general < arch-general@archlinux.org> a écrit :
Correct
Hi. your specific need could be implemented in a containner? Maybe Docker could help. On 1/7/19 11:34 AM, Pascal via arch-general wrote:
hello members (and happy new year), my system is up to date and works with python 3.7. for a specific need, I want to install python 3.5 but cannot go down because its installation breaks an dependency: :: installing python (3.5.2-1) breaks dependency 'python>=3.7' required by libreoffice-still. what do you think is the easiest way to achieve my goals ? regards, lacsaP. -- Assinatura Informal José Vilmar, Telefones: 21 2555-2650 e 21 98868-0859, Skype: jvilmar
participants (4)
-
Eli Schwartz
-
José Vilmar Estácio de Souza
-
Mr.Elendig
-
Pascal