-----Original Message-----
From: Python-list <python-list-
bounces+jcasale=activenetwerx....@python.org> On Behalf Of joseph
pareti
Sent: Sunday, March 25, 2018 10:15 AM
To: python-list@python.org
Subject: issues when buidling python3.* on centos 7

> The following may give a clue because of inconsistent python versions:
> 
> [joepareti54@xxx ~]$ python -V
> Python 3.5.2 :: Anaconda 4.3.0 (64-bit)

You replaced your system Python with 3.5.2? Redhat (CentOS) wont
work without its shipped Python 2.7.5 as the only `python`. Things like
SCL's and IUS use alternative and safe ways to bring in additional versions
without breaking the system version. I have never used your new version
but it looks like it was not built (or installed) correctly for the platform.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to