Hi,
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).
# yum install x2gobroker-agent Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile
For reference, this can be replicated with the following
# yum -y install epel-release # wget -O /etc/yum.repos.d/x2go.repo https://packages.x2go.org/epel/x2go.repo # yum install x2gobroker-agent
Thanks, Spenser
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. Unfortunately it's not just a simple packaging issue, which would have been easy to fix.
EPEL is missing quite a lot of Python(3) packages the new broker version needs in order to work. Porting them through the extras repo would be possible, but not a good idea since I know that I won't be keeping track of foreign packages well enough.
Mihai
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 <ionic@ionic.de> schrieb am Fr., 7. Juni 2019, 11:25:
- On 6/1/19 2:44 AM, Spenser Gilliland wrote:
- It
looks like CentOS 7 has a python36 package but not a python3 (and various python packages).
I'm having an issue installing the x2gobroker-agent package on CentOS
Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port. Unfortunately it's not just a simple packaging issue, which would have been easy to fix.
EPEL is missing quite a lot of Python(3) packages the new broker version needs in order to work. Porting them through the extras repo would be possible, but not a good idea since I know that I won't be keeping track of foreign packages well enough.
Mihai
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
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* <edit file changing python3 to python36> $ yum install rpmbuild/RPMS/<x2gobroker-agent>.rpm
voila.
Spenser
On Fri, Jun 7, 2019 at 8:52 AM Ulrich Sibiller <ulrich.sibiller@gmail.com> wrote:
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 <ionic@ionic.de> schrieb am Fr., 7. Juni 2019, 11:25:
- On 6/1/19 2:44 AM, Spenser Gilliland wrote:
- It
looks like CentOS 7 has a python36 package but not a python3 (and various python packages).
I'm having an issue installing the x2gobroker-agent package on CentOS
Yeah, x2gobroker is broken on CentOS/EPEL since the Python 3 port. Unfortunately it's not just a simple packaging issue, which would have been easy to fix.
EPEL is missing quite a lot of Python(3) packages the new broker version needs in order to work. Porting them through the extras repo would be possible, but not a good idea since I know that I won't be keeping track of foreign packages well enough.
Mihai
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user