Displaying 6 results from an estimated 6 matches for "python36u".
Did you mean:
python36
2019 Apr 05
2
Issues when updating CentOS 7
>I wanted to update my CentOS 7 install this morning and I
started>getting the errors from below.
>Any ideas on a fix?
Certainly!
>Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel)
> Requires: xapps(x86-64) = 1.0.4-13.el7
> Removing: xapps-1.0.4-13.el7.x86_64 (@epel)
> xapps(x86-64) = 1.0.4-13.el7
> Updated By:
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
...y cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum install -y python36u python36u-libs python36u-devel python36u-pip
- check version: python3.6 -V
Python 3.6.7
- Install dnspython (seems to be necessary): pip3.6 install dnspython
Follow the instructions given in the wiki: https://wiki.samba.org/index.php/Build_Samba_from_Source
Prior to running the configure command,...
2019 Apr 08
0
Issues when updating CentOS 7
...e it).
Afterwards in the yum update the resolution phase did succeed,
however, afterwards, the transaction check gave a lot of errors, like
this:
Transaction check error:
file /usr/include/python3.6m/pyconfig-64.h from install of
python36-libs-3.6.6-5.el7.x86_64 conflicts with file from package
python36u-libs-3.6.7-1.ius.centos7.x86_64
file /usr/lib64/python3.6/_pyio.py from install of
python36-libs-3.6.6-5.el7.x86_64 conflicts with file from package
python36u-libs-3.6.7-1.ius.centos7.x86_64
file /usr/lib64/python3.6/antigravity.py from install of
python36-libs-3.6.6-5.el7.x86_64 conflicts with...
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
...kecache
> - install yum-utils: sudo yum install yum-utils
> - add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
> - update the yum package repository cache again: sudo yum makecache
> - install Python 3.6 including PIP: sudo yum install -y python36u python36u-libs python36u-devel python36u-pip
> - check version: python3.6 -V
> Python 3.6.7
> - Install dnspython (seems to be necessary): pip3.6 install dnspython
"pip install" is not OK in any production tools. in my very strong
personal opinion. It's why I publish SRPM...
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
...-utils: sudo yum install yum-utils
> > - add the IUS package repository: sudo yum install
> > https://centos7.iuscommunity.org/ius-release.rpm
> > - update the yum package repository cache again: sudo yum makecache
> > - install Python 3.6 including PIP: sudo yum install -y python36u
> > python36u-libs python36u-devel python36u-pip
> > - check version: python3.6 -V
> > Python 3.6.7
> > - Install dnspython (seems to be necessary): pip3.6 install
> > dnspython
>
> "pip install" is not OK in any production tools. in my very strong
>...
2019 Apr 11
3
compile samba 4.10.2 centos 7.6
On Thu, Apr 11, 2019 at 8:43 AM Gabriel O. Franca via samba
<samba at lists.samba.org> wrote:
>
> Good morning people,
>
> I am opening my lab with version 4.10.2 in centos 7.6.
> I'm trying to compile using python3 without success.
> Has anyone managed to compile using python3 in the centos 7.6 that might
> give way to the stones?
> Here is the error message