GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6?

Open lse123 opened this issue 6 years ago • 4 comments

in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6?

[root@exam ~]# sudo rpm -Uvh gateone*.rpm
error: Failed dependencies:
        python(abi) = 2.6 is needed by gateone-1.1-1.noarch
[root@exam ~]# python -V
Python 2.7.5
[root@exam ~]#

lse123 avatar May 02 '18 06:05 lse123

well, whats the solution

lse123 avatar May 06 '18 10:05 lse123

why don't you just download the source tarball, and then run setup.py manually as instructed here:

From Source user@whatever:~ $ tar zxvf gateone*.tar.gz; cd gateone*; sudo python setup.py install This translates to: Extract; Change into the gateone* directory; Install.

OR You can make your own RPM from the source tarball by executing sudo python setup.py bdist_rpm instead of sudo python setup.py install.

Then you can install that RPM

Lcstyle avatar Jun 15 '18 15:06 Lcstyle

I just cloned the repo and ran setup.py install, you may run into tornado issues if you don't clone the repo

Lcstyle avatar Jun 15 '18 16:06 Lcstyle

Python 2.6 needs but I have python 2.7 what to do??????????

From: LC [mailto:[email protected]] Sent: Friday, June 15, 2018 7:13 PM To: liftoff/GateOne Cc: Leonidas Savvides; Author Subject: Re: [liftoff/GateOne] in Cent OS 7.4 --- what to do I have Python 2.7.5 but needed 2.6? (#705)

I just cloned the repo and ran setup.py install, you may run into tornado issues if you don't clone the repo

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/liftoff/GateOne/issues/705#issuecomment-397669786 , or mute the thread https://github.com/notifications/unsubscribe-auth/ACP2LdRb1QH-nyXTnGDbgBsjU7wKSGLvks5t890egaJpZM4Tu6n_ . https://github.com/notifications/beacon/ACP2LWz8WbFX1WZfpN_ZX5P3eI7BsH9eks5t890egaJpZM4Tu6n_.gif

lse123 avatar Jun 15 '18 21:06 lse123