Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-10-30 Thread Spenser Gilliland
Hi, Quick update on this. At least with the x2gobroker-agent package. All that needed to be done was to change python3 to python36 in the spec file. I did this with the following. $ yumdownloader x2gobroker-agent $ rpmrebuild -enp x2gobroker-agent* $ yum install rpmbuild/RPMS/.rpm voila.

Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-06-07 Thread Ulrich Sibiller
I have just learned the the coming RHEL7.7 will bring us Python 3.6 directly with the distribution. Maybe that will be sufficient, don't know. Uli Mihai Moldovan schrieb am Fr., 7. Juni 2019, 11:25: > * On 6/1/19 2:44 AM, Spenser Gilliland wrote: > > I'm having an issue installing the

Re: [X2Go-User] X2GoBroker Python3 CentOS 7 issue

2019-06-07 Thread Mihai Moldovan
* On 6/1/19 2:44 AM, Spenser Gilliland wrote: > I'm having an issue installing the x2gobroker-agent package on CentOS 7.  It > looks like CentOS 7 has a python36 package but not a python3 (and various > python > packages). Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port.