Search found 2 matches

by eclectic
Wed May 09, 2018 10:27 am
Forum: Support
Topic: Python issue
Replies: 1
Views: 2552

Re: Python issue

To update this, some help from Python Discord has pyasn updated and pyOpenSSL is installed. But the same error as above still exists:

Code: Select all

]$ sudo pip install pyOpenSSL
Requirement already satisfied: pyOpenSSL in /usr/lib64/python2.7/site-packages (0.13.1)

by eclectic
Tue May 08, 2018 11:24 am
Forum: Support
Topic: Python issue
Replies: 1
Views: 2552

Python issue

I have been learning Python recently and decided to default my Python install to 3.7 on my CentOS box. I didnt realise the complication's of this and have since changed the symbolic link back to 2.7 and all was seemingly fine. Yum works again as expected and I even reinstalled python 2.7 on my box t...